diff --git a/src/dotnet/CommonLocalizableStrings.resx b/src/dotnet/CommonLocalizableStrings.resx
index ad40ada4d..4215d718e 100644
--- a/src/dotnet/CommonLocalizableStrings.resx
+++ b/src/dotnet/CommonLocalizableStrings.resx
@@ -626,6 +626,6 @@ setx PATH "%PATH%;{0}"
Column maximum width must be greater than zero.
- Command '{0}' has a leading dot.
+ The command name '{0}' cannot begin with a leading dot (.).
diff --git a/src/dotnet/commands/dotnet-install/dotnet-install-tool/LocalizableStrings.resx b/src/dotnet/commands/dotnet-install/dotnet-install-tool/LocalizableStrings.resx
index d74dda56e..c970ea1cf 100644
--- a/src/dotnet/commands/dotnet-install/dotnet-install-tool/LocalizableStrings.resx
+++ b/src/dotnet/commands/dotnet-install/dotnet-install-tool/LocalizableStrings.resx
@@ -148,7 +148,7 @@
NuGet configuration file '{0}' does not exist.
- If there were no additional instructions, you can type the following command to invoke the tool: {0}
+ You can invoke the tool using the following command: {0}
Tool '{1}' (version '{2}') was successfully installed.
@@ -179,12 +179,12 @@ Tool '{1}' (version '{2}') was successfully installed.
Specified version '{0}' is not a valid NuGet version range.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Cannot have global and tool-path as opinion at the same time.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
- Location of shim to access tool
+ Location where the tool will be installed.
diff --git a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.cs.xlf b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.cs.xlf
index 035aa553e..134946337 100644
--- a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.cs.xlf
+++ b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.cs.xlf
@@ -3,7 +3,7 @@
-
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Cannot have global and tool-path as opinion at the same time.
- Cannot have global and tool-path as opinion at the same time.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool will be installed.
+ Location where the tool will be installed.
diff --git a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.de.xlf b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.de.xlf
index 5830c4aa3..d6f547d27 100644
--- a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.de.xlf
+++ b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.de.xlf
@@ -3,7 +3,7 @@
- If there were no additional instructions, you can type the following command to invoke the tool: {0}
+ You can invoke the tool using the following command: {0}
Tool '{1}' (version '{2}') was successfully installed.
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}
@@ -95,18 +95,18 @@ Die Installation war erfolgreich. Sofern keine weiteren Anweisungen vorliegen, k
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Cannot have global and tool-path as opinion at the same time.
- Cannot have global and tool-path as opinion at the same time.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool will be installed.
+ Location where the tool will be installed.
diff --git a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.es.xlf b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.es.xlf
index d4c2b4d8a..e612badc9 100644
--- a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.es.xlf
+++ b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.es.xlf
@@ -3,7 +3,7 @@
- If there were no additional instructions, you can type the following command to invoke the tool: {0}
+ You can invoke the tool using the following command: {0}
Tool '{1}' (version '{2}') was successfully installed.
La instalación se completó correctamente. Si no hay más instrucciones, puede escribir el comando siguiente en el shell directamente para invocar: {0}
@@ -95,18 +95,18 @@ La instalación se completó correctamente. Si no hay más instrucciones, puede
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Cannot have global and tool-path as opinion at the same time.
- Cannot have global and tool-path as opinion at the same time.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool will be installed.
+ Location where the tool will be installed.
diff --git a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.fr.xlf b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.fr.xlf
index 067258b75..608b781d5 100644
--- a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.fr.xlf
+++ b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.fr.xlf
@@ -3,7 +3,7 @@
- If there were no additional instructions, you can type the following command to invoke the tool: {0}
+ You can invoke the tool using the following command: {0}
Tool '{1}' (version '{2}') was successfully installed.
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}
@@ -95,18 +95,18 @@ L'installation a réussi. En l'absence d'instructions supplémentaires, vous pou
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Cannot have global and tool-path as opinion at the same time.
- Cannot have global and tool-path as opinion at the same time.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool will be installed.
+ Location where the tool will be installed.
diff --git a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.it.xlf b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.it.xlf
index 70816d492..c9dee5ae6 100644
--- a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.it.xlf
+++ b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.it.xlf
@@ -3,7 +3,7 @@
- If there were no additional instructions, you can type the following command to invoke the tool: {0}
+ You can invoke the tool using the following command: {0}
Tool '{1}' (version '{2}') was successfully installed.
L'installazione è riuscita. Se non ci sono altre istruzioni, è possibile digitare direttamente nella shell il comando seguente da richiamare: {0}
@@ -95,18 +95,18 @@ L'installazione è riuscita. Se non ci sono altre istruzioni, è possibile digit
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Cannot have global and tool-path as opinion at the same time.
- Cannot have global and tool-path as opinion at the same time.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool will be installed.
+ Location where the tool will be installed.
diff --git a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.ja.xlf b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.ja.xlf
index 8aec5915e..3c98e1cda 100644
--- a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.ja.xlf
+++ b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.ja.xlf
@@ -3,7 +3,7 @@
- If there were no additional instructions, you can type the following command to invoke the tool: {0}
+ You can invoke the tool using the following command: {0}
Tool '{1}' (version '{2}') was successfully installed.
インストールは成功しました。追加の指示がなければ、シェルに次のコマンドを直接入力して呼び出すことができます: {0}
@@ -95,18 +95,18 @@ Tool '{1}' (version '{2}') was successfully installed.
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Cannot have global and tool-path as opinion at the same time.
- Cannot have global and tool-path as opinion at the same time.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool will be installed.
+ Location where the tool will be installed.
diff --git a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.ko.xlf b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.ko.xlf
index 18a1f09a8..0dad643ad 100644
--- a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.ko.xlf
+++ b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.ko.xlf
@@ -3,7 +3,7 @@
- If there were no additional instructions, you can type the following command to invoke the tool: {0}
+ You can invoke the tool using the following command: {0}
Tool '{1}' (version '{2}') was successfully installed.
설치했습니다. 추가 지침이 없는 경우 셸에 다음 명령을 직접 입력하여 {0}을(를) 호출할 수 있습니다.
@@ -95,18 +95,18 @@ Tool '{1}' (version '{2}') was successfully installed.
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Cannot have global and tool-path as opinion at the same time.
- Cannot have global and tool-path as opinion at the same time.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool will be installed.
+ Location where the tool will be installed.
diff --git a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.pl.xlf b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.pl.xlf
index d8dcac491..e0d1029b7 100644
--- a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.pl.xlf
+++ b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.pl.xlf
@@ -3,7 +3,7 @@
- If there were no additional instructions, you can type the following command to invoke the tool: {0}
+ You can invoke the tool using the following command: {0}
Tool '{1}' (version '{2}') was successfully installed.
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}
@@ -95,18 +95,18 @@ Instalacja powiodła się. Jeśli nie ma dodatkowych instrukcji, możesz wpisać
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Cannot have global and tool-path as opinion at the same time.
- Cannot have global and tool-path as opinion at the same time.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool will be installed.
+ Location where the tool will be installed.
diff --git a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.pt-BR.xlf b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.pt-BR.xlf
index def0a0021..13c433f6d 100644
--- a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.pt-BR.xlf
+++ b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.pt-BR.xlf
@@ -3,7 +3,7 @@
- If there were no additional instructions, you can type the following command to invoke the tool: {0}
+ You can invoke the tool using the following command: {0}
Tool '{1}' (version '{2}') was successfully installed.
A instalação foi bem-sucedida. Se não houver outras instruções, digite o seguinte comando no shell diretamente para invocar: {0}
@@ -95,18 +95,18 @@ A instalação foi bem-sucedida. Se não houver outras instruções, digite o se
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Cannot have global and tool-path as opinion at the same time.
- Cannot have global and tool-path as opinion at the same time.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool will be installed.
+ Location where the tool will be installed.
diff --git a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.ru.xlf b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.ru.xlf
index 2365e75c2..b3834143d 100644
--- a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.ru.xlf
+++ b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.ru.xlf
@@ -3,7 +3,7 @@
- If there were no additional instructions, you can type the following command to invoke the tool: {0}
+ You can invoke the tool using the following command: {0}
Tool '{1}' (version '{2}') was successfully installed.
Установка завершена. Если других действий не требуется, вы можете непосредственно в оболочке ввести для вызова следующую команду: {0}.
@@ -95,18 +95,18 @@ Tool '{1}' (version '{2}') was successfully installed.
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Cannot have global and tool-path as opinion at the same time.
- Cannot have global and tool-path as opinion at the same time.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool will be installed.
+ Location where the tool will be installed.
diff --git a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.tr.xlf b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.tr.xlf
index 481e356cf..c8f12507e 100644
--- a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.tr.xlf
+++ b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.tr.xlf
@@ -3,7 +3,7 @@
- If there were no additional instructions, you can type the following command to invoke the tool: {0}
+ You can invoke the tool using the following command: {0}
Tool '{1}' (version '{2}') was successfully installed.
Yükleme başarılı oldu. Daha fazla yönerge yoksa, çağırmak için şu komutu doğrudan kabuğa yazabilirsiniz: {0}
@@ -95,18 +95,18 @@ Yükleme başarılı oldu. Daha fazla yönerge yoksa, çağırmak için şu komu
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Cannot have global and tool-path as opinion at the same time.
- Cannot have global and tool-path as opinion at the same time.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool will be installed.
+ Location where the tool will be installed.
diff --git a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.zh-Hans.xlf b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.zh-Hans.xlf
index b522b0202..8c62d691b 100644
--- a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.zh-Hans.xlf
+++ b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.zh-Hans.xlf
@@ -3,7 +3,7 @@
- If there were no additional instructions, you can type the following command to invoke the tool: {0}
+ You can invoke the tool using the following command: {0}
Tool '{1}' (version '{2}') was successfully installed.
安装成功。如果没有进一步的说明,则可直接在 shell 中键入以下命令进行调用: {0}
@@ -95,18 +95,18 @@ Tool '{1}' (version '{2}') was successfully installed.
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Cannot have global and tool-path as opinion at the same time.
- Cannot have global and tool-path as opinion at the same time.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool will be installed.
+ Location where the tool will be installed.
diff --git a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.zh-Hant.xlf b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.zh-Hant.xlf
index 299606dff..5c539520d 100644
--- a/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.zh-Hant.xlf
+++ b/src/dotnet/commands/dotnet-install/dotnet-install-tool/xlf/LocalizableStrings.zh-Hant.xlf
@@ -3,7 +3,7 @@
- If there were no additional instructions, you can type the following command to invoke the tool: {0}
+ You can invoke the tool using the following command: {0}
Tool '{1}' (version '{2}') was successfully installed.
安裝已成功。如果沒有進一步指示,您可以直接在命令介面中鍵入下列命令,以叫用: {0}
@@ -95,18 +95,18 @@ Tool '{1}' (version '{2}') was successfully installed.
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Cannot have global and tool-path as opinion at the same time.
- Cannot have global and tool-path as opinion at the same time.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool will be installed.
+ Location where the tool will be installed.
diff --git a/src/dotnet/commands/dotnet-uninstall/tool/LocalizableStrings.resx b/src/dotnet/commands/dotnet-uninstall/tool/LocalizableStrings.resx
index 83309121e..a077fd0f8 100644
--- a/src/dotnet/commands/dotnet-uninstall/tool/LocalizableStrings.resx
+++ b/src/dotnet/commands/dotnet-uninstall/tool/LocalizableStrings.resx
@@ -145,12 +145,12 @@
Failed to uninstall tool '{0}': {1}
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Location of shim to access tool
+ Location where the tool was previously installed.
- Cannot have global and tool-path as opinion at the same time."
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
-
\ No newline at end of file
+
diff --git a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.cs.xlf b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.cs.xlf
index c45412a8e..aa0dbd5c0 100644
--- a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.cs.xlf
+++ b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.cs.xlf
@@ -48,18 +48,18 @@
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool was previously installed.
+ Location where the tool was previously installed.
- Cannot have global and tool-path as opinion at the same time."
- Cannot have global and tool-path as opinion at the same time."
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
diff --git a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.de.xlf b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.de.xlf
index b7d0fef06..ce478ca79 100644
--- a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.de.xlf
+++ b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.de.xlf
@@ -48,18 +48,18 @@
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool was previously installed.
+ Location where the tool was previously installed.
- Cannot have global and tool-path as opinion at the same time."
- Cannot have global and tool-path as opinion at the same time."
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
diff --git a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.es.xlf b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.es.xlf
index 0f0884a52..a7985e0ef 100644
--- a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.es.xlf
+++ b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.es.xlf
@@ -48,18 +48,18 @@
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool was previously installed.
+ Location where the tool was previously installed.
- Cannot have global and tool-path as opinion at the same time."
- Cannot have global and tool-path as opinion at the same time."
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
diff --git a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.fr.xlf b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.fr.xlf
index bbc1608da..a8dbbe714 100644
--- a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.fr.xlf
+++ b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.fr.xlf
@@ -48,18 +48,18 @@
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool was previously installed.
+ Location where the tool was previously installed.
- Cannot have global and tool-path as opinion at the same time."
- Cannot have global and tool-path as opinion at the same time."
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
diff --git a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.it.xlf b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.it.xlf
index 28354ec20..8cbd2a85a 100644
--- a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.it.xlf
+++ b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.it.xlf
@@ -48,18 +48,18 @@
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool was previously installed.
+ Location where the tool was previously installed.
- Cannot have global and tool-path as opinion at the same time."
- Cannot have global and tool-path as opinion at the same time."
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
diff --git a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.ja.xlf b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.ja.xlf
index cf28053cb..aa3bcf05f 100644
--- a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.ja.xlf
+++ b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.ja.xlf
@@ -48,18 +48,18 @@
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool was previously installed.
+ Location where the tool was previously installed.
- Cannot have global and tool-path as opinion at the same time."
- Cannot have global and tool-path as opinion at the same time."
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
diff --git a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.ko.xlf b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.ko.xlf
index b2cc666d5..9e4a118c3 100644
--- a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.ko.xlf
+++ b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.ko.xlf
@@ -48,18 +48,18 @@
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool was previously installed.
+ Location where the tool was previously installed.
- Cannot have global and tool-path as opinion at the same time."
- Cannot have global and tool-path as opinion at the same time."
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
diff --git a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.pl.xlf b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.pl.xlf
index 552aaeda3..d0a2b491e 100644
--- a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.pl.xlf
+++ b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.pl.xlf
@@ -48,18 +48,18 @@
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool was previously installed.
+ Location where the tool was previously installed.
- Cannot have global and tool-path as opinion at the same time."
- Cannot have global and tool-path as opinion at the same time."
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
diff --git a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.pt-BR.xlf b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.pt-BR.xlf
index d7093abd1..d95633b58 100644
--- a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.pt-BR.xlf
+++ b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.pt-BR.xlf
@@ -48,18 +48,18 @@
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool was previously installed.
+ Location where the tool was previously installed.
- Cannot have global and tool-path as opinion at the same time."
- Cannot have global and tool-path as opinion at the same time."
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
diff --git a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.ru.xlf b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.ru.xlf
index 7215ef17a..cb08d5d10 100644
--- a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.ru.xlf
+++ b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.ru.xlf
@@ -48,18 +48,18 @@
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool was previously installed.
+ Location where the tool was previously installed.
- Cannot have global and tool-path as opinion at the same time."
- Cannot have global and tool-path as opinion at the same time."
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
diff --git a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.tr.xlf b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.tr.xlf
index 56e68b543..03e2c1067 100644
--- a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.tr.xlf
+++ b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.tr.xlf
@@ -48,18 +48,18 @@
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool was previously installed.
+ Location where the tool was previously installed.
- Cannot have global and tool-path as opinion at the same time."
- Cannot have global and tool-path as opinion at the same time."
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
diff --git a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.zh-Hans.xlf b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.zh-Hans.xlf
index 04cae1765..41dbe4f97 100644
--- a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.zh-Hans.xlf
+++ b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.zh-Hans.xlf
@@ -48,18 +48,18 @@
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool was previously installed.
+ Location where the tool was previously installed.
- Cannot have global and tool-path as opinion at the same time."
- Cannot have global and tool-path as opinion at the same time."
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
diff --git a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.zh-Hant.xlf b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.zh-Hant.xlf
index c59aef876..ae1d252ff 100644
--- a/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.zh-Hant.xlf
+++ b/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.zh-Hant.xlf
@@ -48,18 +48,18 @@
- Need either global or tool-path provided.
- Need either global or tool-path provided.
+ Please specify either the global option (--global) or the tool path option (--tool-path).
+ Please specify either the global option (--global) or the tool path option (--tool-path).
- Location of shim to access tool
- Location of shim to access tool
+ Location where the tool was previously installed.
+ Location where the tool was previously installed.
- Cannot have global and tool-path as opinion at the same time."
- Cannot have global and tool-path as opinion at the same time."
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
+ (--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.
diff --git a/src/dotnet/xlf/CommonLocalizableStrings.cs.xlf b/src/dotnet/xlf/CommonLocalizableStrings.cs.xlf
index f464118ce..69fc6689f 100644
--- a/src/dotnet/xlf/CommonLocalizableStrings.cs.xlf
+++ b/src/dotnet/xlf/CommonLocalizableStrings.cs.xlf
@@ -859,8 +859,8 @@ setx PATH "%PATH%;{0}"
- Command '{0}' has a leading dot.
- Command '{0}' has a leading dot.
+ The command name '{0}' cannot begin with a leading dot (.).
+ The command name '{0}' cannot begin with a leading dot (.).