parent
3ce2d4da0f
commit
cee0a3baa7
42 changed files with 204 additions and 204 deletions
|
@ -626,6 +626,6 @@ setx PATH "%PATH%;{0}"
|
||||||
<value>Column maximum width must be greater than zero.</value>
|
<value>Column maximum width must be greater than zero.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ToolSettingsInvalidLeadingDotCommandName" xml:space="preserve">
|
<data name="ToolSettingsInvalidLeadingDotCommandName" xml:space="preserve">
|
||||||
<value>Command '{0}' has a leading dot.</value>
|
<value>The command name '{0}' cannot begin with a leading dot (.).</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|
|
@ -148,7 +148,7 @@
|
||||||
<value>NuGet configuration file '{0}' does not exist.</value>
|
<value>NuGet configuration file '{0}' does not exist.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="InstallationSucceeded" xml:space="preserve">
|
<data name="InstallationSucceeded" xml:space="preserve">
|
||||||
<value>If there were no additional instructions, you can type the following command to invoke the tool: {0}
|
<value>You can invoke the tool using the following command: {0}
|
||||||
Tool '{1}' (version '{2}') was successfully installed.</value>
|
Tool '{1}' (version '{2}') was successfully installed.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GlobalOptionDescription" xml:space="preserve">
|
<data name="GlobalOptionDescription" xml:space="preserve">
|
||||||
|
@ -179,12 +179,12 @@ Tool '{1}' (version '{2}') was successfully installed.</value>
|
||||||
<value>Specified version '{0}' is not a valid NuGet version range.</value>
|
<value>Specified version '{0}' is not a valid NuGet version range.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="InstallToolCommandNeedGlobalOrToolPath" xml:space="preserve">
|
<data name="InstallToolCommandNeedGlobalOrToolPath" xml:space="preserve">
|
||||||
<value>Need either global or tool-path provided.</value>
|
<value>Please specify either the global option (--global) or the tool path option (--tool-path).</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="InstallToolCommandInvalidGlobalAndToolPath" xml:space="preserve">
|
<data name="InstallToolCommandInvalidGlobalAndToolPath" xml:space="preserve">
|
||||||
<value>Cannot have global and tool-path as opinion at the same time.</value>
|
<value>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ToolPathDescription" xml:space="preserve">
|
<data name="ToolPathDescription" xml:space="preserve">
|
||||||
<value>Location of shim to access tool</value>
|
<value>Location where the tool will be installed.</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<file datatype="xml" source-language="en" target-language="cs" original="../LocalizableStrings.resx">
|
<file datatype="xml" source-language="en" target-language="cs" original="../LocalizableStrings.resx">
|
||||||
<body>
|
<body>
|
||||||
<trans-unit id="InstallationSucceeded">
|
<trans-unit id="InstallationSucceeded">
|
||||||
<source>If there were no additional instructions, you can type the following command to invoke the tool: {0}
|
<source>You can invoke the tool using the following command: {0}
|
||||||
Tool '{1}' (version '{2}') was successfully installed.</source>
|
Tool '{1}' (version '{2}') was successfully installed.</source>
|
||||||
<target state="needs-review-translation">
|
<target state="needs-review-translation">
|
||||||
Instalace byla úspěšná. Pokud nejsou další pokyny, můžete přímo do jádra napsat následující příkaz k vyvolání: {0}</target>
|
Instalace byla úspěšná. Pokud nejsou další pokyny, můžete přímo do jádra napsat následující příkaz k vyvolání: {0}</target>
|
||||||
|
@ -95,18 +95,18 @@ Instalace byla úspěšná. Pokud nejsou další pokyny, můžete přímo do já
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time.</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time.</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool will be installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool will be installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SourceFeedOptionDescription">
|
<trans-unit id="SourceFeedOptionDescription">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<file datatype="xml" source-language="en" target-language="de" original="../LocalizableStrings.resx">
|
<file datatype="xml" source-language="en" target-language="de" original="../LocalizableStrings.resx">
|
||||||
<body>
|
<body>
|
||||||
<trans-unit id="InstallationSucceeded">
|
<trans-unit id="InstallationSucceeded">
|
||||||
<source>If there were no additional instructions, you can type the following command to invoke the tool: {0}
|
<source>You can invoke the tool using the following command: {0}
|
||||||
Tool '{1}' (version '{2}') was successfully installed.</source>
|
Tool '{1}' (version '{2}') was successfully installed.</source>
|
||||||
<target state="needs-review-translation">
|
<target state="needs-review-translation">
|
||||||
Die Installation war erfolgreich. Sofern keine weiteren Anweisungen vorliegen, können Sie für den Aufruf den folgenden Befehl direkt in der Shell eingeben: {0}</target>
|
Die Installation war erfolgreich. Sofern keine weiteren Anweisungen vorliegen, können Sie für den Aufruf den folgenden Befehl direkt in der Shell eingeben: {0}</target>
|
||||||
|
@ -95,18 +95,18 @@ Die Installation war erfolgreich. Sofern keine weiteren Anweisungen vorliegen, k
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time.</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time.</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool will be installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool will be installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SourceFeedOptionDescription">
|
<trans-unit id="SourceFeedOptionDescription">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<file datatype="xml" source-language="en" target-language="es" original="../LocalizableStrings.resx">
|
<file datatype="xml" source-language="en" target-language="es" original="../LocalizableStrings.resx">
|
||||||
<body>
|
<body>
|
||||||
<trans-unit id="InstallationSucceeded">
|
<trans-unit id="InstallationSucceeded">
|
||||||
<source>If there were no additional instructions, you can type the following command to invoke the tool: {0}
|
<source>You can invoke the tool using the following command: {0}
|
||||||
Tool '{1}' (version '{2}') was successfully installed.</source>
|
Tool '{1}' (version '{2}') was successfully installed.</source>
|
||||||
<target state="needs-review-translation">
|
<target state="needs-review-translation">
|
||||||
La instalación se completó correctamente. Si no hay más instrucciones, puede escribir el comando siguiente en el shell directamente para invocar: {0}</target>
|
La instalación se completó correctamente. Si no hay más instrucciones, puede escribir el comando siguiente en el shell directamente para invocar: {0}</target>
|
||||||
|
@ -95,18 +95,18 @@ La instalación se completó correctamente. Si no hay más instrucciones, puede
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time.</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time.</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool will be installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool will be installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SourceFeedOptionDescription">
|
<trans-unit id="SourceFeedOptionDescription">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<file datatype="xml" source-language="en" target-language="fr" original="../LocalizableStrings.resx">
|
<file datatype="xml" source-language="en" target-language="fr" original="../LocalizableStrings.resx">
|
||||||
<body>
|
<body>
|
||||||
<trans-unit id="InstallationSucceeded">
|
<trans-unit id="InstallationSucceeded">
|
||||||
<source>If there were no additional instructions, you can type the following command to invoke the tool: {0}
|
<source>You can invoke the tool using the following command: {0}
|
||||||
Tool '{1}' (version '{2}') was successfully installed.</source>
|
Tool '{1}' (version '{2}') was successfully installed.</source>
|
||||||
<target state="needs-review-translation">
|
<target state="needs-review-translation">
|
||||||
L'installation a réussi. En l'absence d'instructions supplémentaires, vous pouvez taper directement la commande suivante dans l'interpréteur de commandes pour appeler : {0}</target>
|
L'installation a réussi. En l'absence d'instructions supplémentaires, vous pouvez taper directement la commande suivante dans l'interpréteur de commandes pour appeler : {0}</target>
|
||||||
|
@ -95,18 +95,18 @@ L'installation a réussi. En l'absence d'instructions supplémentaires, vous pou
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time.</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time.</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool will be installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool will be installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SourceFeedOptionDescription">
|
<trans-unit id="SourceFeedOptionDescription">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<file datatype="xml" source-language="en" target-language="it" original="../LocalizableStrings.resx">
|
<file datatype="xml" source-language="en" target-language="it" original="../LocalizableStrings.resx">
|
||||||
<body>
|
<body>
|
||||||
<trans-unit id="InstallationSucceeded">
|
<trans-unit id="InstallationSucceeded">
|
||||||
<source>If there were no additional instructions, you can type the following command to invoke the tool: {0}
|
<source>You can invoke the tool using the following command: {0}
|
||||||
Tool '{1}' (version '{2}') was successfully installed.</source>
|
Tool '{1}' (version '{2}') was successfully installed.</source>
|
||||||
<target state="needs-review-translation">
|
<target state="needs-review-translation">
|
||||||
L'installazione è riuscita. Se non ci sono altre istruzioni, è possibile digitare direttamente nella shell il comando seguente da richiamare: {0}</target>
|
L'installazione è riuscita. Se non ci sono altre istruzioni, è possibile digitare direttamente nella shell il comando seguente da richiamare: {0}</target>
|
||||||
|
@ -95,18 +95,18 @@ L'installazione è riuscita. Se non ci sono altre istruzioni, è possibile digit
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time.</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time.</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool will be installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool will be installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SourceFeedOptionDescription">
|
<trans-unit id="SourceFeedOptionDescription">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<file datatype="xml" source-language="en" target-language="ja" original="../LocalizableStrings.resx">
|
<file datatype="xml" source-language="en" target-language="ja" original="../LocalizableStrings.resx">
|
||||||
<body>
|
<body>
|
||||||
<trans-unit id="InstallationSucceeded">
|
<trans-unit id="InstallationSucceeded">
|
||||||
<source>If there were no additional instructions, you can type the following command to invoke the tool: {0}
|
<source>You can invoke the tool using the following command: {0}
|
||||||
Tool '{1}' (version '{2}') was successfully installed.</source>
|
Tool '{1}' (version '{2}') was successfully installed.</source>
|
||||||
<target state="needs-review-translation">
|
<target state="needs-review-translation">
|
||||||
インストールは成功しました。追加の指示がなければ、シェルに次のコマンドを直接入力して呼び出すことができます: {0}</target>
|
インストールは成功しました。追加の指示がなければ、シェルに次のコマンドを直接入力して呼び出すことができます: {0}</target>
|
||||||
|
@ -95,18 +95,18 @@ Tool '{1}' (version '{2}') was successfully installed.</source>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time.</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time.</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool will be installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool will be installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SourceFeedOptionDescription">
|
<trans-unit id="SourceFeedOptionDescription">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<file datatype="xml" source-language="en" target-language="ko" original="../LocalizableStrings.resx">
|
<file datatype="xml" source-language="en" target-language="ko" original="../LocalizableStrings.resx">
|
||||||
<body>
|
<body>
|
||||||
<trans-unit id="InstallationSucceeded">
|
<trans-unit id="InstallationSucceeded">
|
||||||
<source>If there were no additional instructions, you can type the following command to invoke the tool: {0}
|
<source>You can invoke the tool using the following command: {0}
|
||||||
Tool '{1}' (version '{2}') was successfully installed.</source>
|
Tool '{1}' (version '{2}') was successfully installed.</source>
|
||||||
<target state="needs-review-translation">
|
<target state="needs-review-translation">
|
||||||
설치했습니다. 추가 지침이 없는 경우 셸에 다음 명령을 직접 입력하여 {0}을(를) 호출할 수 있습니다.</target>
|
설치했습니다. 추가 지침이 없는 경우 셸에 다음 명령을 직접 입력하여 {0}을(를) 호출할 수 있습니다.</target>
|
||||||
|
@ -95,18 +95,18 @@ Tool '{1}' (version '{2}') was successfully installed.</source>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time.</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time.</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool will be installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool will be installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SourceFeedOptionDescription">
|
<trans-unit id="SourceFeedOptionDescription">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<file datatype="xml" source-language="en" target-language="pl" original="../LocalizableStrings.resx">
|
<file datatype="xml" source-language="en" target-language="pl" original="../LocalizableStrings.resx">
|
||||||
<body>
|
<body>
|
||||||
<trans-unit id="InstallationSucceeded">
|
<trans-unit id="InstallationSucceeded">
|
||||||
<source>If there were no additional instructions, you can type the following command to invoke the tool: {0}
|
<source>You can invoke the tool using the following command: {0}
|
||||||
Tool '{1}' (version '{2}') was successfully installed.</source>
|
Tool '{1}' (version '{2}') was successfully installed.</source>
|
||||||
<target state="needs-review-translation">
|
<target state="needs-review-translation">
|
||||||
Instalacja powiodła się. Jeśli nie ma dodatkowych instrukcji, możesz wpisać następujące polecenie bezpośrednio w powłoce, aby wywołać: {0}</target>
|
Instalacja powiodła się. Jeśli nie ma dodatkowych instrukcji, możesz wpisać następujące polecenie bezpośrednio w powłoce, aby wywołać: {0}</target>
|
||||||
|
@ -95,18 +95,18 @@ Instalacja powiodła się. Jeśli nie ma dodatkowych instrukcji, możesz wpisać
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time.</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time.</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool will be installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool will be installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SourceFeedOptionDescription">
|
<trans-unit id="SourceFeedOptionDescription">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<file datatype="xml" source-language="en" target-language="pt-BR" original="../LocalizableStrings.resx">
|
<file datatype="xml" source-language="en" target-language="pt-BR" original="../LocalizableStrings.resx">
|
||||||
<body>
|
<body>
|
||||||
<trans-unit id="InstallationSucceeded">
|
<trans-unit id="InstallationSucceeded">
|
||||||
<source>If there were no additional instructions, you can type the following command to invoke the tool: {0}
|
<source>You can invoke the tool using the following command: {0}
|
||||||
Tool '{1}' (version '{2}') was successfully installed.</source>
|
Tool '{1}' (version '{2}') was successfully installed.</source>
|
||||||
<target state="needs-review-translation">
|
<target state="needs-review-translation">
|
||||||
A instalação foi bem-sucedida. Se não houver outras instruções, digite o seguinte comando no shell diretamente para invocar: {0}</target>
|
A instalação foi bem-sucedida. Se não houver outras instruções, digite o seguinte comando no shell diretamente para invocar: {0}</target>
|
||||||
|
@ -95,18 +95,18 @@ A instalação foi bem-sucedida. Se não houver outras instruções, digite o se
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time.</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time.</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool will be installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool will be installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SourceFeedOptionDescription">
|
<trans-unit id="SourceFeedOptionDescription">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<file datatype="xml" source-language="en" target-language="ru" original="../LocalizableStrings.resx">
|
<file datatype="xml" source-language="en" target-language="ru" original="../LocalizableStrings.resx">
|
||||||
<body>
|
<body>
|
||||||
<trans-unit id="InstallationSucceeded">
|
<trans-unit id="InstallationSucceeded">
|
||||||
<source>If there were no additional instructions, you can type the following command to invoke the tool: {0}
|
<source>You can invoke the tool using the following command: {0}
|
||||||
Tool '{1}' (version '{2}') was successfully installed.</source>
|
Tool '{1}' (version '{2}') was successfully installed.</source>
|
||||||
<target state="needs-review-translation">
|
<target state="needs-review-translation">
|
||||||
Установка завершена. Если других действий не требуется, вы можете непосредственно в оболочке ввести для вызова следующую команду: {0}.</target>
|
Установка завершена. Если других действий не требуется, вы можете непосредственно в оболочке ввести для вызова следующую команду: {0}.</target>
|
||||||
|
@ -95,18 +95,18 @@ Tool '{1}' (version '{2}') was successfully installed.</source>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time.</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time.</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool will be installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool will be installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SourceFeedOptionDescription">
|
<trans-unit id="SourceFeedOptionDescription">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<file datatype="xml" source-language="en" target-language="tr" original="../LocalizableStrings.resx">
|
<file datatype="xml" source-language="en" target-language="tr" original="../LocalizableStrings.resx">
|
||||||
<body>
|
<body>
|
||||||
<trans-unit id="InstallationSucceeded">
|
<trans-unit id="InstallationSucceeded">
|
||||||
<source>If there were no additional instructions, you can type the following command to invoke the tool: {0}
|
<source>You can invoke the tool using the following command: {0}
|
||||||
Tool '{1}' (version '{2}') was successfully installed.</source>
|
Tool '{1}' (version '{2}') was successfully installed.</source>
|
||||||
<target state="needs-review-translation">
|
<target state="needs-review-translation">
|
||||||
Yükleme başarılı oldu. Daha fazla yönerge yoksa, çağırmak için şu komutu doğrudan kabuğa yazabilirsiniz: {0}</target>
|
Yükleme başarılı oldu. Daha fazla yönerge yoksa, çağırmak için şu komutu doğrudan kabuğa yazabilirsiniz: {0}</target>
|
||||||
|
@ -95,18 +95,18 @@ Yükleme başarılı oldu. Daha fazla yönerge yoksa, çağırmak için şu komu
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time.</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time.</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool will be installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool will be installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SourceFeedOptionDescription">
|
<trans-unit id="SourceFeedOptionDescription">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../LocalizableStrings.resx">
|
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../LocalizableStrings.resx">
|
||||||
<body>
|
<body>
|
||||||
<trans-unit id="InstallationSucceeded">
|
<trans-unit id="InstallationSucceeded">
|
||||||
<source>If there were no additional instructions, you can type the following command to invoke the tool: {0}
|
<source>You can invoke the tool using the following command: {0}
|
||||||
Tool '{1}' (version '{2}') was successfully installed.</source>
|
Tool '{1}' (version '{2}') was successfully installed.</source>
|
||||||
<target state="needs-review-translation">
|
<target state="needs-review-translation">
|
||||||
安装成功。如果没有进一步的说明,则可直接在 shell 中键入以下命令进行调用: {0}</target>
|
安装成功。如果没有进一步的说明,则可直接在 shell 中键入以下命令进行调用: {0}</target>
|
||||||
|
@ -95,18 +95,18 @@ Tool '{1}' (version '{2}') was successfully installed.</source>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time.</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time.</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool will be installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool will be installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SourceFeedOptionDescription">
|
<trans-unit id="SourceFeedOptionDescription">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../LocalizableStrings.resx">
|
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../LocalizableStrings.resx">
|
||||||
<body>
|
<body>
|
||||||
<trans-unit id="InstallationSucceeded">
|
<trans-unit id="InstallationSucceeded">
|
||||||
<source>If there were no additional instructions, you can type the following command to invoke the tool: {0}
|
<source>You can invoke the tool using the following command: {0}
|
||||||
Tool '{1}' (version '{2}') was successfully installed.</source>
|
Tool '{1}' (version '{2}') was successfully installed.</source>
|
||||||
<target state="needs-review-translation">
|
<target state="needs-review-translation">
|
||||||
安裝已成功。如果沒有進一步指示,您可以直接在命令介面中鍵入下列命令,以叫用: {0}</target>
|
安裝已成功。如果沒有進一步指示,您可以直接在命令介面中鍵入下列命令,以叫用: {0}</target>
|
||||||
|
@ -95,18 +95,18 @@ Tool '{1}' (version '{2}') was successfully installed.</source>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time.</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time.</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool will be installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool will be installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SourceFeedOptionDescription">
|
<trans-unit id="SourceFeedOptionDescription">
|
||||||
|
|
|
@ -145,12 +145,12 @@
|
||||||
<value>Failed to uninstall tool '{0}': {1}</value>
|
<value>Failed to uninstall tool '{0}': {1}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UninstallToolCommandNeedGlobalOrToolPath" xml:space="preserve">
|
<data name="UninstallToolCommandNeedGlobalOrToolPath" xml:space="preserve">
|
||||||
<value>Need either global or tool-path provided.</value>
|
<value>Please specify either the global option (--global) or the tool path option (--tool-path).</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ToolPathDescription" xml:space="preserve">
|
<data name="ToolPathDescription" xml:space="preserve">
|
||||||
<value>Location of shim to access tool</value>
|
<value>Location where the tool was previously installed.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UninstallToolCommandInvalidGlobalAndToolPath" xml:space="preserve">
|
<data name="UninstallToolCommandInvalidGlobalAndToolPath" xml:space="preserve">
|
||||||
<value>Cannot have global and tool-path as opinion at the same time."</value>
|
<value>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|
|
@ -48,18 +48,18 @@
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool was previously installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool was previously installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time."</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time."</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -48,18 +48,18 @@
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool was previously installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool was previously installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time."</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time."</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -48,18 +48,18 @@
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool was previously installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool was previously installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time."</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time."</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -48,18 +48,18 @@
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool was previously installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool was previously installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time."</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time."</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -48,18 +48,18 @@
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool was previously installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool was previously installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time."</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time."</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -48,18 +48,18 @@
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool was previously installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool was previously installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time."</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time."</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -48,18 +48,18 @@
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool was previously installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool was previously installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time."</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time."</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -48,18 +48,18 @@
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool was previously installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool was previously installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time."</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time."</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -48,18 +48,18 @@
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool was previously installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool was previously installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time."</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time."</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -48,18 +48,18 @@
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool was previously installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool was previously installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time."</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time."</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -48,18 +48,18 @@
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool was previously installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool was previously installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time."</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time."</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -48,18 +48,18 @@
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool was previously installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool was previously installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time."</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time."</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -48,18 +48,18 @@
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
|
||||||
<source>Need either global or tool-path provided.</source>
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
||||||
<target state="new">Need either global or tool-path provided.</target>
|
<target state="new">Please specify either the global option (--global) or the tool path option (--tool-path).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolPathDescription">
|
<trans-unit id="ToolPathDescription">
|
||||||
<source>Location of shim to access tool</source>
|
<source>Location where the tool was previously installed.</source>
|
||||||
<target state="new">Location of shim to access tool</target>
|
<target state="new">Location where the tool was previously installed.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
|
||||||
<source>Cannot have global and tool-path as opinion at the same time."</source>
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
||||||
<target state="new">Cannot have global and tool-path as opinion at the same time."</target>
|
<target state="new">(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -859,8 +859,8 @@ setx PATH "%PATH%;{0}"
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
||||||
<source>Command '{0}' has a leading dot.</source>
|
<source>The command name '{0}' cannot begin with a leading dot (.).</source>
|
||||||
<target state="new">Command '{0}' has a leading dot.</target>
|
<target state="new">The command name '{0}' cannot begin with a leading dot (.).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -859,8 +859,8 @@ setx PATH "%PATH%;{0}"
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
||||||
<source>Command '{0}' has a leading dot.</source>
|
<source>The command name '{0}' cannot begin with a leading dot (.).</source>
|
||||||
<target state="new">Command '{0}' has a leading dot.</target>
|
<target state="new">The command name '{0}' cannot begin with a leading dot (.).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -859,8 +859,8 @@ setx PATH "%PATH%;{0}"
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
||||||
<source>Command '{0}' has a leading dot.</source>
|
<source>The command name '{0}' cannot begin with a leading dot (.).</source>
|
||||||
<target state="new">Command '{0}' has a leading dot.</target>
|
<target state="new">The command name '{0}' cannot begin with a leading dot (.).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -859,8 +859,8 @@ setx PATH "%PATH%;{0}"
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
||||||
<source>Command '{0}' has a leading dot.</source>
|
<source>The command name '{0}' cannot begin with a leading dot (.).</source>
|
||||||
<target state="new">Command '{0}' has a leading dot.</target>
|
<target state="new">The command name '{0}' cannot begin with a leading dot (.).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -859,8 +859,8 @@ setx PATH "%PATH%;{0}"
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
||||||
<source>Command '{0}' has a leading dot.</source>
|
<source>The command name '{0}' cannot begin with a leading dot (.).</source>
|
||||||
<target state="new">Command '{0}' has a leading dot.</target>
|
<target state="new">The command name '{0}' cannot begin with a leading dot (.).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -859,8 +859,8 @@ setx PATH "%PATH%;{0}"
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
||||||
<source>Command '{0}' has a leading dot.</source>
|
<source>The command name '{0}' cannot begin with a leading dot (.).</source>
|
||||||
<target state="new">Command '{0}' has a leading dot.</target>
|
<target state="new">The command name '{0}' cannot begin with a leading dot (.).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -859,8 +859,8 @@ setx PATH "%PATH%;{0}"
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
||||||
<source>Command '{0}' has a leading dot.</source>
|
<source>The command name '{0}' cannot begin with a leading dot (.).</source>
|
||||||
<target state="new">Command '{0}' has a leading dot.</target>
|
<target state="new">The command name '{0}' cannot begin with a leading dot (.).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -859,8 +859,8 @@ setx PATH "%PATH%;{0}"
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
||||||
<source>Command '{0}' has a leading dot.</source>
|
<source>The command name '{0}' cannot begin with a leading dot (.).</source>
|
||||||
<target state="new">Command '{0}' has a leading dot.</target>
|
<target state="new">The command name '{0}' cannot begin with a leading dot (.).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -859,8 +859,8 @@ setx PATH "%PATH%;{0}"
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
||||||
<source>Command '{0}' has a leading dot.</source>
|
<source>The command name '{0}' cannot begin with a leading dot (.).</source>
|
||||||
<target state="new">Command '{0}' has a leading dot.</target>
|
<target state="new">The command name '{0}' cannot begin with a leading dot (.).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -859,8 +859,8 @@ setx PATH "%PATH%;{0}"
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
||||||
<source>Command '{0}' has a leading dot.</source>
|
<source>The command name '{0}' cannot begin with a leading dot (.).</source>
|
||||||
<target state="new">Command '{0}' has a leading dot.</target>
|
<target state="new">The command name '{0}' cannot begin with a leading dot (.).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -859,8 +859,8 @@ setx PATH "%PATH%;{0}"
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
||||||
<source>Command '{0}' has a leading dot.</source>
|
<source>The command name '{0}' cannot begin with a leading dot (.).</source>
|
||||||
<target state="new">Command '{0}' has a leading dot.</target>
|
<target state="new">The command name '{0}' cannot begin with a leading dot (.).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -859,8 +859,8 @@ setx PATH "%PATH%;{0}"
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
||||||
<source>Command '{0}' has a leading dot.</source>
|
<source>The command name '{0}' cannot begin with a leading dot (.).</source>
|
||||||
<target state="new">Command '{0}' has a leading dot.</target>
|
<target state="new">The command name '{0}' cannot begin with a leading dot (.).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -859,8 +859,8 @@ setx PATH "%PATH%;{0}"
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
<trans-unit id="ToolSettingsInvalidLeadingDotCommandName">
|
||||||
<source>Command '{0}' has a leading dot.</source>
|
<source>The command name '{0}' cannot begin with a leading dot (.).</source>
|
||||||
<target state="new">Command '{0}' has a leading dot.</target>
|
<target state="new">The command name '{0}' cannot begin with a leading dot (.).</target>
|
||||||
<note />
|
<note />
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue