diff --git a/FSharpBuild.Directory.Build.props b/FSharpBuild.Directory.Build.props
index f991ba6b072..b2b9ae303cb 100644
--- a/FSharpBuild.Directory.Build.props
+++ b/FSharpBuild.Directory.Build.props
@@ -70,8 +70,7 @@
- false
- true
+ false
diff --git a/azure-pipelines-PR.yml b/azure-pipelines-PR.yml
index 243fcf8eab7..f182f8b9e10 100644
--- a/azure-pipelines-PR.yml
+++ b/azure-pipelines-PR.yml
@@ -553,8 +553,6 @@ stages:
- checkout: self
clean: true
- script: ./eng/cibuild.sh --configuration $(_BuildConfig) --testcoreclr
- env:
- SKIP_NETCURRENT_FSC_BUILD: true
displayName: Build / Test
- task: PublishTestResults@2
displayName: Publish Test Results
@@ -597,7 +595,6 @@ stages:
- script: ./eng/cibuild.sh --configuration $(_BuildConfig) --testcoreclr
env:
COMPlus_DefaultStackSize: 1000000
- SKIP_NETCURRENT_FSC_BUILD: true
displayName: Build / Test
- task: PublishTestResults@2
displayName: Publish Test Results
diff --git a/src/Compiler/FSharp.Compiler.Service.fsproj b/src/Compiler/FSharp.Compiler.Service.fsproj
index 98a0bc2b5eb..e70856021f1 100644
--- a/src/Compiler/FSharp.Compiler.Service.fsproj
+++ b/src/Compiler/FSharp.Compiler.Service.fsproj
@@ -19,7 +19,7 @@
We are still not building the actual product in NetCurrent, so for official builds we remain as ns2.0.
For 'BUILDING_USING_DOTNET' builds, we still want latest BCL annotations, so that contributors can get related warnings locally.
- On CI, OSX has problems with Xliff targets for net9, skipping via SKIP_NETCURRENT_FSC_BUILD until resolved ( The target "UpdateXlf" does not exist in the project.)
+ OSX and Linux has problems with Xliff targets for net9, skipping via SKIP_NETCURRENT_FSC_BUILD until resolved ( The target "UpdateXlf" does not exist in the project.)
-->
$(FSharpNetCoreProductDefaultTargetFramework);$(TargetFrameworks)$(DefineConstants);FSHARPCORE_USE_PACKAGE
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.cs.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.cs.xlf
index 4442fc34c66..d43dc577c61 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.cs.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.cs.xlf
@@ -22,16 +22,16 @@
Další informace o F# najdete na:
-
- To see this tutorial in documentation form, see:
- Na tomto webu najdete tento kurz v podobě dokumentace:
-
- To learn more about applied F# programming, useK získání dalších informací o použitém programovém kódu F# použijte
+
+ To see this tutorial in documentation form, see:
+ To see this tutorial in documentation form, see:
+
+ To install the Visual F# Power Tools, useK instalaci Visual F# Power Tools použijte
@@ -743,8 +743,8 @@
- You can modify the contents of an an array element by using the left arrow assignment operator.
- Můžete upravit obsah elementu pole pomocí operátoru přiřazení s šipkou doleva.
+ You can modify the contents of an array element by using the left arrow assignment operator.
+ Můžete upravit obsah elementu pole pomocí operátoru přiřazení s šipkou doleva.
@@ -1008,8 +1008,8 @@
- A Disciminated Union can also be used to represent the rank of a playing card.
- Rozlišované sjednocení může také představovat hodnotu hrací karty.
+ A Discriminated Union can also be used to represent the rank of a playing card.
+ Rozlišované sjednocení může také představovat hodnotu hrací karty.
@@ -1028,8 +1028,8 @@
- It's common to use both Records and Disciminated Unions when representing data.
- Při vyjadřování dat se běžně používají záznamy i rozlišovaná sjednocení.
+ It's common to use both Records and Discriminated Unions when representing data.
+ Při vyjadřování dat se běžně používají záznamy i rozlišovaná sjednocení.
@@ -1088,8 +1088,8 @@
- Disciminated Unions also support recursive definitions.
- Rozlišovaná sjednocení podporují i rekurzivní definice.
+ Discriminated Unions also support recursive definitions.
+ Rozlišovaná sjednocení podporují i rekurzivní definice.
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.de.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.de.xlf
index eb1a82289b9..a8a789025d7 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.de.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.de.xlf
@@ -22,16 +22,16 @@
Weitere Informationen zu F# finden Sie unter:
-
- To see this tutorial in documentation form, see:
- Dieses Tutorial ist auch als Dokumentation verfügbar. Siehe hierzu:
-
- To learn more about applied F# programming, useVerwenden Sie Folgendes, um weitere Informationen zur praktischen F#-Programmierung zu erhalten
+
+ To see this tutorial in documentation form, see:
+ To see this tutorial in documentation form, see:
+
+ To install the Visual F# Power Tools, useVerwenden Sie Folgendes, um die Visual F# Power Tools zu installieren
@@ -743,8 +743,8 @@
- You can modify the contents of an an array element by using the left arrow assignment operator.
- Sie können die Inhalte eines Arrayelements mithilfe des Zuweisungsoperators "Pfeil nach links" ändern.
+ You can modify the contents of an array element by using the left arrow assignment operator.
+ Sie können die Inhalte eines Arrayelements mithilfe des Zuweisungsoperators "Pfeil nach links" ändern.
@@ -1008,8 +1008,8 @@
- A Disciminated Union can also be used to represent the rank of a playing card.
- Eine diskriminierte Union kann auch verwendet werden, um den Rang einer Spielkarte darzustellen.
+ A Discriminated Union can also be used to represent the rank of a playing card.
+ Eine diskriminierte Union kann auch verwendet werden, um den Rang einer Spielkarte darzustellen.
@@ -1028,8 +1028,8 @@
- It's common to use both Records and Disciminated Unions when representing data.
- Beim Darstellen von Daten werden häufig sowohl Datensätze als auch diskriminierte Unions verwendet.
+ It's common to use both Records and Discriminated Unions when representing data.
+ Beim Darstellen von Daten werden häufig sowohl Datensätze als auch diskriminierte Unions verwendet.
@@ -1088,8 +1088,8 @@
- Disciminated Unions also support recursive definitions.
- Diskriminierte Unions unterstützen auch rekursive Definitionen.
+ Discriminated Unions also support recursive definitions.
+ Diskriminierte Unions unterstützen auch rekursive Definitionen.
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.es.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.es.xlf
index 9b87d35f683..3041197dd6c 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.es.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.es.xlf
@@ -22,16 +22,16 @@
Para obtener más información acerca de F#, vea:
-
- To see this tutorial in documentation form, see:
- Para ver este tutorial en forma de documentación, vea:
-
- To learn more about applied F# programming, usePara obtener más información sobre la programación de F# aplicada, use
+
+ To see this tutorial in documentation form, see:
+ To see this tutorial in documentation form, see:
+
+ To install the Visual F# Power Tools, usePara instalar Visual F# Power Tools, use
@@ -743,8 +743,8 @@
- You can modify the contents of an an array element by using the left arrow assignment operator.
- Puede modificar el contenido de un elemento de matriz mediante el operador de asignación de flecha izquierda.
+ You can modify the contents of an array element by using the left arrow assignment operator.
+ Puede modificar el contenido de un elemento de matriz mediante el operador de asignación de flecha izquierda.
@@ -1008,8 +1008,8 @@
- A Disciminated Union can also be used to represent the rank of a playing card.
- También se puede usar una unión discriminada para representar el rango de una carta.
+ A Discriminated Union can also be used to represent the rank of a playing card.
+ También se puede usar una unión discriminada para representar el rango de una carta.
@@ -1028,8 +1028,8 @@
- It's common to use both Records and Disciminated Unions when representing data.
- Es habitual utilizar tanto registros como uniones discriminadas cuando se representan datos.
+ It's common to use both Records and Discriminated Unions when representing data.
+ Es habitual utilizar tanto registros como uniones discriminadas cuando se representan datos.
@@ -1088,8 +1088,8 @@
- Disciminated Unions also support recursive definitions.
- Las uniones discriminadas admiten también definiciones recursivas.
+ Discriminated Unions also support recursive definitions.
+ Las uniones discriminadas admiten también definiciones recursivas.
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.fr.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.fr.xlf
index 8b4d741e401..79b126ad3f4 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.fr.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.fr.xlf
@@ -22,16 +22,16 @@
Pour en savoir plus sur F#, consultez :
-
- To see this tutorial in documentation form, see:
- Pour afficher ce didacticiel au format documentation, consultez :
-
- To learn more about applied F# programming, usePour en savoir plus sur la programmation F# appliquée, utilisez
+
+ To see this tutorial in documentation form, see:
+ To see this tutorial in documentation form, see:
+
+ To install the Visual F# Power Tools, usePour installer Visual F# Power Tools, utilisez
@@ -743,8 +743,8 @@
- You can modify the contents of an an array element by using the left arrow assignment operator.
- Vous pouvez modifier le contenu d'un élément de tableau à l'aide de l'opérateur d'assignation flèche gauche.
+ You can modify the contents of an array element by using the left arrow assignment operator.
+ Vous pouvez modifier le contenu d'un élément de tableau à l'aide de l'opérateur d'assignation flèche gauche.
@@ -1008,8 +1008,8 @@
- A Disciminated Union can also be used to represent the rank of a playing card.
- Une union discriminée peut également servir à représenter le rang d'une carte à jouer.
+ A Discriminated Union can also be used to represent the rank of a playing card.
+ Une union discriminée peut également servir à représenter le rang d'une carte à jouer.
@@ -1028,8 +1028,8 @@
- It's common to use both Records and Disciminated Unions when representing data.
- Il est fréquent d'utiliser à la fois des enregistrements et des unions discriminées pour représenter des données.
+ It's common to use both Records and Discriminated Unions when representing data.
+ Il est fréquent d'utiliser à la fois des enregistrements et des unions discriminées pour représenter des données.
@@ -1088,8 +1088,8 @@
- Disciminated Unions also support recursive definitions.
- Les unions discriminées prennent également en charge les définitions récursives.
+ Discriminated Unions also support recursive definitions.
+ Les unions discriminées prennent également en charge les définitions récursives.
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.it.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.it.xlf
index a1d97c6026b..5b17d36350e 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.it.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.it.xlf
@@ -22,16 +22,16 @@
Per altre informazioni su F#, vedere:
-
- To see this tutorial in documentation form, see:
- Per visualizzare questa esercitazione sotto forma di documentazione, vedere:
-
- To learn more about applied F# programming, usePer altre informazioni sulla programmazione F# applicata, usare
+
+ To see this tutorial in documentation form, see:
+ To see this tutorial in documentation form, see:
+
+ To install the Visual F# Power Tools, usePer installare Visual F# Power Tools, usare
@@ -743,8 +743,8 @@
- You can modify the contents of an an array element by using the left arrow assignment operator.
- È possibile modificare il contenuto di un elemento di matrice usando l'operatore di assegnazione freccia sinistra.
+ You can modify the contents of an array element by using the left arrow assignment operator.
+ È possibile modificare il contenuto di un elemento di matrice usando l'operatore di assegnazione freccia sinistra.
@@ -1008,8 +1008,8 @@
- A Disciminated Union can also be used to represent the rank of a playing card.
- È possibile usare un'unione discriminata anche per rappresentare il valore di una carta da gioco.
+ A Discriminated Union can also be used to represent the rank of a playing card.
+ È possibile usare un'unione discriminata anche per rappresentare il valore di una carta da gioco.
@@ -1028,8 +1028,8 @@
- It's common to use both Records and Disciminated Unions when representing data.
- Per la rappresentazione dei dati si usano in genere record e unioni discriminate.
+ It's common to use both Records and Discriminated Unions when representing data.
+ Per la rappresentazione dei dati si usano in genere record e unioni discriminate.
@@ -1088,8 +1088,8 @@
- Disciminated Unions also support recursive definitions.
- Le unioni discriminate supportano anche definizioni ricorsive.
+ Discriminated Unions also support recursive definitions.
+ Le unioni discriminate supportano anche definizioni ricorsive.
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ja.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ja.xlf
index eb728dd406b..3275255ba6a 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ja.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ja.xlf
@@ -22,16 +22,16 @@
F# の詳細については、次のページを参照してください:
-
- To see this tutorial in documentation form, see:
- このチュートリアルをドキュメント形式で表示するには、次を参照してください:
-
- To learn more about applied F# programming, use適用された F# プログラミングの詳細については、次を使用します
+
+ To see this tutorial in documentation form, see:
+ To see this tutorial in documentation form, see:
+
+ To install the Visual F# Power Tools, useVisual F# Power Tools をインストールするには、次を使用します
@@ -743,8 +743,8 @@
- You can modify the contents of an an array element by using the left arrow assignment operator.
- 左矢印代入演算子を使用して、配列要素の内容を変更できます。
+ You can modify the contents of an array element by using the left arrow assignment operator.
+ 左矢印代入演算子を使用して、配列要素の内容を変更できます。
@@ -1008,8 +1008,8 @@
- A Disciminated Union can also be used to represent the rank of a playing card.
- 判別共用体はトランプのランクを表すためにも使用できます。
+ A Discriminated Union can also be used to represent the rank of a playing card.
+ 判別共用体はトランプのランクを表すためにも使用できます。
@@ -1028,8 +1028,8 @@
- It's common to use both Records and Disciminated Unions when representing data.
- データを表すときには、レコードと判別共用体の両方を使用するのが一般的です。
+ It's common to use both Records and Discriminated Unions when representing data.
+ データを表すときには、レコードと判別共用体の両方を使用するのが一般的です。
@@ -1088,8 +1088,8 @@
- Disciminated Unions also support recursive definitions.
- 判別共用体は再帰的な定義もサポートしています。
+ Discriminated Unions also support recursive definitions.
+ 判別共用体は再帰的な定義もサポートしています。
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ko.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ko.xlf
index f2b403695a3..f6668949ef9 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ko.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ko.xlf
@@ -22,16 +22,16 @@
F#에 대한 자세한 내용은 다음을 참조하세요:
-
- To see this tutorial in documentation form, see:
- 이 자습서를 설명서 형식으로 보려면 다음을 참조하세요:
-
- To learn more about applied F# programming, use적용된 F# 프로그래밍에 대해 자세히 알아보려면 다음을 사용하세요.
+
+ To see this tutorial in documentation form, see:
+ To see this tutorial in documentation form, see:
+
+ To install the Visual F# Power Tools, useVisual F# Power 도구를 설치하려면 다음을 사용하세요.
@@ -743,8 +743,8 @@
- You can modify the contents of an an array element by using the left arrow assignment operator.
- 왼쪽 화살표 대입 연산자를 사용하여 배열 요소의 내용을 수정할 수 있습니다.
+ You can modify the contents of an array element by using the left arrow assignment operator.
+ 왼쪽 화살표 대입 연산자를 사용하여 배열 요소의 내용을 수정할 수 있습니다.
@@ -1008,8 +1008,8 @@
- A Disciminated Union can also be used to represent the rank of a playing card.
- 구분된 공용 구조체를 사용하여 플레잉 카드의 순위를 나타낼 수도 있습니다.
+ A Discriminated Union can also be used to represent the rank of a playing card.
+ 구분된 공용 구조체를 사용하여 플레잉 카드의 순위를 나타낼 수도 있습니다.
@@ -1028,8 +1028,8 @@
- It's common to use both Records and Disciminated Unions when representing data.
- 일반적으로 레코드와 구분된 공용 구조체를 모두 사용하여 데이터를 나타냅니다.
+ It's common to use both Records and Discriminated Unions when representing data.
+ 일반적으로 레코드와 구분된 공용 구조체를 모두 사용하여 데이터를 나타냅니다.
@@ -1088,8 +1088,8 @@
- Disciminated Unions also support recursive definitions.
- 구분된 공용 구조체는 재귀 정의도 지원합니다.
+ Discriminated Unions also support recursive definitions.
+ 구분된 공용 구조체는 재귀 정의도 지원합니다.
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pl.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pl.xlf
index e7341e373a8..80135046c87 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pl.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pl.xlf
@@ -22,16 +22,16 @@
Aby uzyskać więcej informacji o języku F#, zobacz:
-
- To see this tutorial in documentation form, see:
- Aby wyświetlić ten samouczek w formie dokumentacji, zobacz:
-
- To learn more about applied F# programming, useAby dowiedzieć się więcej o programowaniu w języku F# w praktyce, użyj
+
+ To see this tutorial in documentation form, see:
+ To see this tutorial in documentation form, see:
+
+ To install the Visual F# Power Tools, useAby zainstalować narzędzia Visual F# Power Tools, użyj
@@ -743,8 +743,8 @@
- You can modify the contents of an an array element by using the left arrow assignment operator.
- Możesz zmodyfikować zawartość elementu tablicy za pomocą operatora przypisania „strzałka w lewo”.
+ You can modify the contents of an array element by using the left arrow assignment operator.
+ Możesz zmodyfikować zawartość elementu tablicy za pomocą operatora przypisania „strzałka w lewo”.
@@ -1008,8 +1008,8 @@
- A Disciminated Union can also be used to represent the rank of a playing card.
- Unii rozłącznej można również użyć do reprezentowania wartości karty do gry.
+ A Discriminated Union can also be used to represent the rank of a playing card.
+ Unii rozłącznej można również użyć do reprezentowania wartości karty do gry.
@@ -1028,8 +1028,8 @@
- It's common to use both Records and Disciminated Unions when representing data.
- Często używa się rekordów i unii rozłącznych w przypadku reprezentowania danych.
+ It's common to use both Records and Discriminated Unions when representing data.
+ Często używa się rekordów i unii rozłącznych w przypadku reprezentowania danych.
@@ -1088,8 +1088,8 @@
- Disciminated Unions also support recursive definitions.
- Unie rozłączne obsługują również definicje rekursywne.
+ Discriminated Unions also support recursive definitions.
+ Unie rozłączne obsługują również definicje rekursywne.
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pt-BR.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pt-BR.xlf
index 1b245fbe816..433113974ba 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pt-BR.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pt-BR.xlf
@@ -22,16 +22,16 @@
Para obter mais informações sobre F#, consulte:
-
- To see this tutorial in documentation form, see:
- Para ver este tutorial em forma de documentação, consulte:
-
- To learn more about applied F# programming, usePara saber mais sobre a programação F# aplicada, use
+
+ To see this tutorial in documentation form, see:
+ To see this tutorial in documentation form, see:
+
+ To install the Visual F# Power Tools, usePara instalar o Visual F# Power Tools, use
@@ -743,8 +743,8 @@
- You can modify the contents of an an array element by using the left arrow assignment operator.
- Você pode modificar o conteúdo de um elemento de matriz usando o operador de atribuição de seta para a esquerda.
+ You can modify the contents of an array element by using the left arrow assignment operator.
+ Você pode modificar o conteúdo de um elemento de matriz usando o operador de atribuição de seta para a esquerda.
@@ -1008,8 +1008,8 @@
- A Disciminated Union can also be used to represent the rank of a playing card.
- Uma União Discriminada também pode ser usada para representar a classificação de uma carta de baralho.
+ A Discriminated Union can also be used to represent the rank of a playing card.
+ Uma União Discriminada também pode ser usada para representar a classificação de uma carta de baralho.
@@ -1028,8 +1028,8 @@
- It's common to use both Records and Disciminated Unions when representing data.
- É comum usar Registros e Uniões Discriminadas ao representar dados.
+ It's common to use both Records and Discriminated Unions when representing data.
+ É comum usar Registros e Uniões Discriminadas ao representar dados.
@@ -1088,8 +1088,8 @@
- Disciminated Unions also support recursive definitions.
- Uniões Discriminadas também dão suporte a definições recursivas.
+ Discriminated Unions also support recursive definitions.
+ Uniões Discriminadas também dão suporte a definições recursivas.
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ru.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ru.xlf
index 2166253f231..21d0c088dd7 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ru.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ru.xlf
@@ -22,16 +22,16 @@
Дополнительные сведения о F# см. по адресу:
-
- To see this tutorial in documentation form, see:
- Чтобы просмотреть это руководство в виде документа, см.:
-
- To learn more about applied F# programming, useЧтобы получить дополнительные сведения о прикладном программировании на языке F#, воспользуйтесь
+
+ To see this tutorial in documentation form, see:
+ To see this tutorial in documentation form, see:
+
+ To install the Visual F# Power Tools, useЧтобы установить Visual F# Power Tools, используйте
@@ -743,8 +743,8 @@
- You can modify the contents of an an array element by using the left arrow assignment operator.
- Изменить содержимое элемента массива можно с помощью оператора присваивания в виде стрелки влево.
+ You can modify the contents of an array element by using the left arrow assignment operator.
+ Изменить содержимое элемента массива можно с помощью оператора присваивания в виде стрелки влево.
@@ -1008,8 +1008,8 @@
- A Disciminated Union can also be used to represent the rank of a playing card.
- Размеченное объединение также может использоваться для представления ранга игральной карты.
+ A Discriminated Union can also be used to represent the rank of a playing card.
+ Размеченное объединение также может использоваться для представления ранга игральной карты.
@@ -1028,8 +1028,8 @@
- It's common to use both Records and Disciminated Unions when representing data.
- Как правило, при представлении данных используются как записи, так и размеченные объединения.
+ It's common to use both Records and Discriminated Unions when representing data.
+ Как правило, при представлении данных используются как записи, так и размеченные объединения.
@@ -1088,8 +1088,8 @@
- Disciminated Unions also support recursive definitions.
- Размеченные объединения также поддерживают рекурсивные определения.
+ Discriminated Unions also support recursive definitions.
+ Размеченные объединения также поддерживают рекурсивные определения.
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.tr.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.tr.xlf
index 7ce675821a9..e16ddac1fd6 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.tr.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.tr.xlf
@@ -22,16 +22,16 @@
F# hakkında daha fazla bilgi için bkz:
-
- To see this tutorial in documentation form, see:
- Bu öğreticiyi belge biçiminde görmek için, bkz:
-
- To learn more about applied F# programming, useUygulamalı F# programlama hakkında daha fazla bilgi edinmek için şunu kullanın
+
+ To see this tutorial in documentation form, see:
+ To see this tutorial in documentation form, see:
+
+ To install the Visual F# Power Tools, useVisual F# Power Tools'u yüklemek için
@@ -743,8 +743,8 @@
- You can modify the contents of an an array element by using the left arrow assignment operator.
- Bir dizi öğesinin içeriğini sol ok atama işlecini kullanarak değiştirebilirsiniz.
+ You can modify the contents of an array element by using the left arrow assignment operator.
+ Bir dizi öğesinin içeriğini sol ok atama işlecini kullanarak değiştirebilirsiniz.
@@ -1008,8 +1008,8 @@
- A Disciminated Union can also be used to represent the rank of a playing card.
- Bir iskambil kartının sırasını göstermek için bir Ayırt Edici Birleşim de kullanılabilir.
+ A Discriminated Union can also be used to represent the rank of a playing card.
+ Bir iskambil kartının sırasını göstermek için bir Ayırt Edici Birleşim de kullanılabilir.
@@ -1028,8 +1028,8 @@
- It's common to use both Records and Disciminated Unions when representing data.
- Verileri temsil ederken Kayıtları ve Ayırt Edici Birleşimleri birlikte kullanmak yaygındır.
+ It's common to use both Records and Discriminated Unions when representing data.
+ Verileri temsil ederken Kayıtları ve Ayırt Edici Birleşimleri birlikte kullanmak yaygındır.
@@ -1088,8 +1088,8 @@
- Disciminated Unions also support recursive definitions.
- Ayırt Edici Birleşimler ayrıca özyinelemeli tanımları da destekler.
+ Discriminated Unions also support recursive definitions.
+ Ayırt Edici Birleşimler ayrıca özyinelemeli tanımları da destekler.
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hans.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hans.xlf
index 1f1bbd417e9..070f72756fa 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hans.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hans.xlf
@@ -22,16 +22,16 @@
有关 F# 的详细信息,请参见:
-
- To see this tutorial in documentation form, see:
- 若要以文档的形式查看此教程,请参阅:
-
- To learn more about applied F# programming, use若要了解有关已应用的 F# 编程的详细信息,请使用
+
+ To see this tutorial in documentation form, see:
+ To see this tutorial in documentation form, see:
+
+ To install the Visual F# Power Tools, use若要安装 Visual F# Power Tools,请使用
@@ -743,8 +743,8 @@
- You can modify the contents of an an array element by using the left arrow assignment operator.
- 可使用左箭头赋值运算符来修改数组元素的内容。
+ You can modify the contents of an array element by using the left arrow assignment operator.
+ 可使用左箭头赋值运算符来修改数组元素的内容。
@@ -1008,8 +1008,8 @@
- A Disciminated Union can also be used to represent the rank of a playing card.
- 可区分联合还可用来表示纸牌的设置级别。
+ A Discriminated Union can also be used to represent the rank of a playing card.
+ 可区分联合还可用来表示纸牌的设置级别。
@@ -1028,8 +1028,8 @@
- It's common to use both Records and Disciminated Unions when representing data.
- 表示数据时同时使用记录和可区分联合是很常见的。
+ It's common to use both Records and Discriminated Unions when representing data.
+ 表示数据时同时使用记录和可区分联合是很常见的。
@@ -1088,8 +1088,8 @@
- Disciminated Unions also support recursive definitions.
- 可区分联合还支持递归定义。
+ Discriminated Unions also support recursive definitions.
+ 可区分联合还支持递归定义。
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hant.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hant.xlf
index ac5b19306cd..9dc5b4cb19b 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hant.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hant.xlf
@@ -22,16 +22,16 @@
如需有關 F# 的詳細資訊,請參閱:
-
- To see this tutorial in documentation form, see:
- 若要參閱文件表單中的此教學課程,請參閱:
-
- To learn more about applied F# programming, use如需深入了解套用的 F# 程式設計,請使用
+
+ To see this tutorial in documentation form, see:
+ To see this tutorial in documentation form, see:
+
+ To install the Visual F# Power Tools, use若要安裝 Visual F# Power Tools,請使用
@@ -743,8 +743,8 @@
- You can modify the contents of an an array element by using the left arrow assignment operator.
- 您可以使用向左鍵指派運算子來修改陣列元素的內容。
+ You can modify the contents of an array element by using the left arrow assignment operator.
+ 您可以使用向左鍵指派運算子來修改陣列元素的內容。
@@ -1008,8 +1008,8 @@
- A Disciminated Union can also be used to represent the rank of a playing card.
- 差異聯集也可用以代表一張撲克牌的順位。
+ A Discriminated Union can also be used to represent the rank of a playing card.
+ 差異聯集也可用以代表一張撲克牌的順位。
@@ -1028,8 +1028,8 @@
- It's common to use both Records and Disciminated Unions when representing data.
- 代表資料時,通常會使用記錄與差異聯集。
+ It's common to use both Records and Discriminated Unions when representing data.
+ 代表資料時,通常會使用記錄與差異聯集。
@@ -1088,8 +1088,8 @@
- Disciminated Unions also support recursive definitions.
- 差異聯集也支援遞迴定義。
+ Discriminated Unions also support recursive definitions.
+ 差異聯集也支援遞迴定義。
diff --git a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.cs.xlf b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.cs.xlf
index f4d6016c87e..918eaa00dd1 100644
--- a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.cs.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.cs.xlf
@@ -52,6 +52,11 @@
Určete, kolik informací je zahrnuto ve výstupu sestavení
+
+ The working directory does not exist:\n'{0}'.
+ The working directory does not exist:\n'{0}'.
+
+ ECMA-335 CLI compatible framework (location must be provided)Rozhraní kompatibilní se standardem ECMA-335 pro rozhraní CLI (musí být zadané umístění)
@@ -715,11 +720,6 @@
Sestavení se spustit nedá, protože už probíhá jiné sestavení.
-
- The working directory does not exist:\n'{0}'.
- Pracovní adresář neexistuje:\n{0}.
-
- A reference to library '{0}' cannot be added. This project targets a different framework ({2}) from the current project ({1}).Odkaz na knihovnu {0} se nedá přidat. Tento projekt je cílený na jiné rozhraní ({2}) než aktuální projekt ({1}).
diff --git a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.de.xlf b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.de.xlf
index c9f843f5bf5..2e55caa77b9 100644
--- a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.de.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.de.xlf
@@ -52,6 +52,11 @@
Geben Sie an, wie viele Informationen in der Buildausgabe enthalten sein sollen.
+
+ The working directory does not exist:\n'{0}'.
+ The working directory does not exist:\n'{0}'.
+
+ ECMA-335 CLI compatible framework (location must be provided)ECMA-335 CLI-kompatibles Framework (Ort muss angegeben werden)
@@ -715,11 +720,6 @@
Ein Buildvorgang kann nicht gestartet werden, da bereits ein Buildvorgang ausgeführt wird.
-
- The working directory does not exist:\n'{0}'.
- Das Arbeitsverzeichnis existiert nicht:\n'{0}'.
-
- A reference to library '{0}' cannot be added. This project targets a different framework ({2}) from the current project ({1}).Ein Verweis auf Bibliothek '{0}' kann nicht hinzugefügt werden. Dieses Projekt verwendet ein anderes Zielframework ({2}) als das aktuelle Projekt ({1}).
diff --git a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.es.xlf b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.es.xlf
index aead02a6b49..653231ad5ac 100644
--- a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.es.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.es.xlf
@@ -52,6 +52,11 @@
Especifique la información que se incluirá en el resultado de la compilación.
+
+ The working directory does not exist:\n'{0}'.
+ The working directory does not exist:\n'{0}'.
+
+ ECMA-335 CLI compatible framework (location must be provided)Versión de .NET Framework compatible con ECMA-335 CLI (se debe proporcionar la ubicación)
@@ -715,11 +720,6 @@
No se puede iniciar una compilación porque ya hay otra compilación en curso.
-
- The working directory does not exist:\n'{0}'.
- El directorio de trabajo no existe:\n'{0}'.
-
- A reference to library '{0}' cannot be added. This project targets a different framework ({2}) from the current project ({1}).No se puede agregar una referencia a la biblioteca '{0}'. Este proyecto está destinado a una versión de .NET Framework ({2}) distinta a la del proyecto ({1}) actual.
diff --git a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.fr.xlf b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.fr.xlf
index 5887d23d02b..e9adf9f0495 100644
--- a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.fr.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.fr.xlf
@@ -52,6 +52,11 @@
Indique les informations incluses dans la sortie de génération
+
+ The working directory does not exist:\n'{0}'.
+ The working directory does not exist:\n'{0}'.
+
+ ECMA-335 CLI compatible framework (location must be provided)Framework compatible ECMA-335 CLI (emplacement doit être fourni)
@@ -715,11 +720,6 @@
Impossible de démarrer une build, car une autre build est déjà en cours.
-
- The working directory does not exist:\n'{0}'.
- Le répertoire de travail n'existe pas :\n'{0}'.
-
- A reference to library '{0}' cannot be added. This project targets a different framework ({2}) from the current project ({1}).Impossible d'ajouter une référence à la bibliothèque '{0}'. Ce projet cible un Framework ({2}) différent du projet actuel ({1}).
diff --git a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.it.xlf b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.it.xlf
index 44bc9c4c2ee..898ffd57a94 100644
--- a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.it.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.it.xlf
@@ -52,6 +52,11 @@
Specificare la quantità di informazioni incluse nell'output di compilazione
+
+ The working directory does not exist:\n'{0}'.
+ The working directory does not exist:\n'{0}'.
+
+ ECMA-335 CLI compatible framework (location must be provided)Framework compatibile con lo standard ECMA-335 CLI (è necessario fornire il percorso)
@@ -715,11 +720,6 @@
Non è possibile avviare una compilazione perché ne è già in corso un'altra.
-
- The working directory does not exist:\n'{0}'.
- La directory di lavoro non esiste:\n'{0}'.
-
- A reference to library '{0}' cannot be added. This project targets a different framework ({2}) from the current project ({1}).Non è possibile aggiungere un riferimento alla libreria '{0}'. Questo progetto è indirizzato a un framework diverso ({2}) dal progetto corrente ({1}).
diff --git a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.ja.xlf b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.ja.xlf
index 1bd08b2ba7c..083d889314f 100644
--- a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.ja.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.ja.xlf
@@ -52,6 +52,11 @@
ビルド出力に含まれる情報の量を指定します
+
+ The working directory does not exist:\n'{0}'.
+ The working directory does not exist:\n'{0}'.
+
+ ECMA-335 CLI compatible framework (location must be provided)ECMA-335 CLI 互換フレームワーク (場所の指定が必要)
@@ -715,11 +720,6 @@
別のビルドが既に進行中であるため、ビルドを開始できません。
-
- The working directory does not exist:\n'{0}'.
- 作業ディレクトリが存在しません:\n'{0}'。
-
- A reference to library '{0}' cannot be added. This project targets a different framework ({2}) from the current project ({1}).ライブラリ '{0}' への参照を追加できません。このプロジェクトのターゲット フレームワーク ({2}) は現在のプロジェクトのターゲット フレームワーク ({1}) と異なります。
diff --git a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.ko.xlf b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.ko.xlf
index 7f354484d0c..55f3e53d51b 100644
--- a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.ko.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.ko.xlf
@@ -52,6 +52,11 @@
빌드 출력에 포함할 정보의 양을 지정합니다.
+
+ The working directory does not exist:\n'{0}'.
+ The working directory does not exist:\n'{0}'.
+
+ ECMA-335 CLI compatible framework (location must be provided)ECMA-335 CLI 호환 프레임워크(위치를 지정해야 함)
@@ -715,11 +720,6 @@
다른 빌드가 이미 진행 중이므로 빌드를 시작할 수 없습니다.
-
- The working directory does not exist:\n'{0}'.
- 작업 디렉터리가 없습니다.\n'{0}'.
-
- A reference to library '{0}' cannot be added. This project targets a different framework ({2}) from the current project ({1}).{0}' 라이브러리에 대한 참조를 추가할 수 없습니다. 이 프로젝트는 현재 프로젝트({1})의 다른 프레임워크({2})를 대상으로 합니다.
diff --git a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.pl.xlf b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.pl.xlf
index 69d6c54c4dd..18625d46839 100644
--- a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.pl.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.pl.xlf
@@ -52,6 +52,11 @@
Określ, ile informacji ma być uwzględnionych w danych wyjściowych kompilacji
+
+ The working directory does not exist:\n'{0}'.
+ The working directory does not exist:\n'{0}'.
+
+ ECMA-335 CLI compatible framework (location must be provided)Platforma zgodna z ECMA-335 CLI (należy podać lokalizację)
@@ -715,11 +720,6 @@
Nie można uruchomić kompilacji, ponieważ trwa już inna kompilacja.
-
- The working directory does not exist:\n'{0}'.
- Katalog roboczy nie istnieje:\n„{0}”.
-
- A reference to library '{0}' cannot be added. This project targets a different framework ({2}) from the current project ({1}).Nie można dodać odwołania do biblioteki „{0}”. Celem tego projektu jest inna platforma ({2}) niż cel bieżącego projektu ({1}).
diff --git a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.pt-BR.xlf b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.pt-BR.xlf
index 6f54305a32b..9fa73a42708 100644
--- a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.pt-BR.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.pt-BR.xlf
@@ -52,6 +52,11 @@
Especificar quantas informações são incluídas na saída da compilação
+
+ The working directory does not exist:\n'{0}'.
+ The working directory does not exist:\n'{0}'.
+
+ ECMA-335 CLI compatible framework (location must be provided)Estrutura compatível com a CLI da ECMA-335 (a localização deve ser fornecida)
@@ -715,11 +720,6 @@
Não é possível iniciar uma compilação porque outra já está em andamento.
-
- The working directory does not exist:\n'{0}'.
- O diretório de trabalho não existe\n'{0}'.
-
- A reference to library '{0}' cannot be added. This project targets a different framework ({2}) from the current project ({1}).Não é possível adicionar uma referência à biblioteca '{0}'. Este projeto define como destino um framework diferente {2} do projeto atual ({1}).
diff --git a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.ru.xlf b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.ru.xlf
index ffcbf4c4a78..72a92f4a0da 100644
--- a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.ru.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.ru.xlf
@@ -52,6 +52,11 @@
Объем сведений, включаемых в выходные данные сборки
+
+ The working directory does not exist:\n'{0}'.
+ The working directory does not exist:\n'{0}'.
+
+ ECMA-335 CLI compatible framework (location must be provided)ECMA-335 CLI-совместимая инфраструктура (следует указать расположение)
@@ -715,11 +720,6 @@
Не удается начать сборку, поскольку уже выполняется другая сборка.
-
- The working directory does not exist:\n'{0}'.
- Рабочий каталог не существует:\n'{0}'.
-
- A reference to library '{0}' cannot be added. This project targets a different framework ({2}) from the current project ({1}).Не удается добавить ссылку на библиотеку "{0}". Этот проект предназначен для платформы ({2}), отличной от платформы текущего проекта ({1}).
diff --git a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.tr.xlf b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.tr.xlf
index d5d4cf07116..54aaf598233 100644
--- a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.tr.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.tr.xlf
@@ -52,6 +52,11 @@
Derleme çıktısında ne kadar bilgi bulunduğunu belirtin
+
+ The working directory does not exist:\n'{0}'.
+ The working directory does not exist:\n'{0}'.
+
+ ECMA-335 CLI compatible framework (location must be provided)ECMA-335 CLI uyumlu Framework (konum sağlanmalıdır)
@@ -715,11 +720,6 @@
Zaten devam eden başka bir yapı olduğu için yapı başlatılamaz.
-
- The working directory does not exist:\n'{0}'.
- Çalışma dizini yok:\n'{0}'.
-
- A reference to library '{0}' cannot be added. This project targets a different framework ({2}) from the current project ({1}).{0}' kitaplığına başvuru eklenemiyor. Bu proje geçerli projeden ({1}) farklı bir çerçeveyi ({2}) hedefliyor.
diff --git a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.zh-Hans.xlf b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.zh-Hans.xlf
index b844907edb7..ab86371cb21 100644
--- a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.zh-Hans.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.zh-Hans.xlf
@@ -52,6 +52,11 @@
指定生成输出中包含多少信息
+
+ The working directory does not exist:\n'{0}'.
+ The working directory does not exist:\n'{0}'.
+
+ ECMA-335 CLI compatible framework (location must be provided)ECMA-335 CLI 兼容框架(必须提供位置)
@@ -715,11 +720,6 @@
无法启动生成,因为另一个生成已经在进行中。
-
- The working directory does not exist:\n'{0}'.
- 工作目录不存在:\n“{0}”。
-
- A reference to library '{0}' cannot be added. This project targets a different framework ({2}) from the current project ({1}).无法添加对库“{0}”的引用。此项目以框架({2})为目标,这不同于当前项目({1})。
diff --git a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.zh-Hant.xlf b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.zh-Hant.xlf
index 0d4639ecd7a..c0d9d60d48c 100644
--- a/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.zh-Hant.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.Base/xlf/Microsoft.VisualStudio.Package.Project.zh-Hant.xlf
@@ -52,6 +52,11 @@
指定組建輸出中要包含多少資訊
+
+ The working directory does not exist:\n'{0}'.
+ The working directory does not exist:\n'{0}'.
+
+ ECMA-335 CLI compatible framework (location must be provided)ECMA-335 CLI 相容架構 (必須提供位置)
@@ -715,11 +720,6 @@
無法啟動建置,因為另一個建置已經在進行中。
-
- The working directory does not exist:\n'{0}'.
- 工作目錄不存在:\n'{0}'。
-
- A reference to library '{0}' cannot be added. This project targets a different framework ({2}) from the current project ({1}).無法加入程式庫 '{0}' 的參考。這個專案目標設定的 Framework ({2}) 與目前專案的目標設定 ({1}) 不同。
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.cs.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.cs.xlf
index 4a2b2c992f1..589a869278c 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.cs.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.cs.xlf
@@ -12,6 +12,11 @@
&Preferovat 32bitovou verzi
+
+ &Suppress warnings:
+ &Suppress warnings:
+
+ OutputVýstup
@@ -62,11 +67,6 @@
Žád&ná
-
- &Suppress warnings:
- Potlačit upozo&rnění:
-
- 00
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.de.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.de.xlf
index 320147d129d..47e81fb3417 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.de.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.de.xlf
@@ -12,6 +12,11 @@
32-Bit &bevorzugen
+
+ &Suppress warnings:
+ &Suppress warnings:
+
+ OutputAusgabe
@@ -62,11 +67,6 @@
&Keine
-
- &Suppress warnings:
- Warnungen &unterdrücken:
-
- 00
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.es.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.es.xlf
index 7e091065de8..03bd9d13d43 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.es.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.es.xlf
@@ -12,6 +12,11 @@
&Preferir 32 bits
+
+ &Suppress warnings:
+ &Suppress warnings:
+
+ OutputSalida
@@ -62,11 +67,6 @@
Ning&uno
-
- &Suppress warnings:
- &Suprimir advertencias:
-
- 00
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.fr.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.fr.xlf
index 82d9d75cf87..adc6bde1dbd 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.fr.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.fr.xlf
@@ -12,6 +12,11 @@
&Préférer 32 bits
+
+ &Suppress warnings:
+ &Suppress warnings:
+
+ OutputSortie
@@ -62,11 +67,6 @@
&Aucune
-
- &Suppress warnings:
- &Supprimer les avertissements :
-
- 00
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.it.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.it.xlf
index cad67a7f64b..bd412a2df87 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.it.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.it.xlf
@@ -12,6 +12,11 @@
&Preferisci 32 bit
+
+ &Suppress warnings:
+ &Suppress warnings:
+
+ OutputOutput
@@ -62,11 +67,6 @@
&Nessuna
-
- &Suppress warnings:
- Non visualizzare avvi&si:
-
- 00
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.ja.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.ja.xlf
index 10c7d9b936a..ece812ad822 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.ja.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.ja.xlf
@@ -12,6 +12,11 @@
32 ビットを優先(&P)
+
+ &Suppress warnings:
+ &Suppress warnings:
+
+ Output出力
@@ -62,11 +67,6 @@
なし(&N)
-
- &Suppress warnings:
- 警告の表示なし(&S):
-
- 00
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.ko.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.ko.xlf
index 537f14a12ca..0a3b6be547f 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.ko.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.ko.xlf
@@ -12,6 +12,11 @@
32비트 기본 사용(&P)
+
+ &Suppress warnings:
+ &Suppress warnings:
+
+ Output출력
@@ -62,11 +67,6 @@
없음(&N)
-
- &Suppress warnings:
- 경고 표시 안 함(&S):
-
- 00
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.pl.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.pl.xlf
index 1b4413c9b1d..df50b567846 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.pl.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.pl.xlf
@@ -12,6 +12,11 @@
&Preferuj wersję 32-bitową
+
+ &Suppress warnings:
+ &Suppress warnings:
+
+ OutputWyjściowe
@@ -62,11 +67,6 @@
&Brak
-
- &Suppress warnings:
- &Pomiń ostrzeżenia:
-
- 00
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.pt-BR.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.pt-BR.xlf
index fcf9bf77102..48970556efd 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.pt-BR.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.pt-BR.xlf
@@ -12,6 +12,11 @@
&Preferir 32 bits
+
+ &Suppress warnings:
+ &Suppress warnings:
+
+ OutputSaída
@@ -62,11 +67,6 @@
&Nenhuma
-
- &Suppress warnings:
- &Suprimir avisos:
-
- 00
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.ru.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.ru.xlf
index b048d601da0..3e84b7dd2b0 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.ru.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.ru.xlf
@@ -12,6 +12,11 @@
&Предпочитать 32-разрядн.
+
+ &Suppress warnings:
+ &Suppress warnings:
+
+ OutputВывод
@@ -62,11 +67,6 @@
&Нет
-
- &Suppress warnings:
- &Отключить предупреждения:
-
- 00
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.tr.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.tr.xlf
index 68259f3b750..420522f8ddd 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.tr.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.tr.xlf
@@ -12,6 +12,11 @@
32 Biti &Tercih Et
+
+ &Suppress warnings:
+ &Suppress warnings:
+
+ OutputÇıkış
@@ -62,11 +67,6 @@
&Hiçbiri
-
- &Suppress warnings:
- &Uyarıları kapat:
-
- 00
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.zh-Hans.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.zh-Hans.xlf
index 7c2e31c6ad5..804629b1f19 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.zh-Hans.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.zh-Hans.xlf
@@ -12,6 +12,11 @@
首选 32 位(&P)
+
+ &Suppress warnings:
+ &Suppress warnings:
+
+ Output输出
@@ -62,11 +67,6 @@
无(&N)
-
- &Suppress warnings:
- 禁止显示警告(&S):
-
- 00
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.zh-Hant.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.zh-Hant.xlf
index b5d76de120c..d544f5d64f7 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.zh-Hant.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/xlf/BuildPropPage.zh-Hant.xlf
@@ -12,6 +12,11 @@
建議使用 32 位元(&P)
+
+ &Suppress warnings:
+ &Suppress warnings:
+
+ Output輸出
@@ -62,11 +67,6 @@
無(&N)
-
- &Suppress warnings:
- 隱藏警告(&S):
-
- 00
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.cs.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.cs.xlf
index e610c386a9e..92291adc03a 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.cs.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.cs.xlf
@@ -913,16 +913,16 @@ Chyba:
Vlastnosti odkazu
+
+ The external program cannot be found. Please enter a valid executable file.
+ The external program cannot be found. Please enter a valid executable file.
+
+ The remote machine name cannot be blank. Please specify the name of the machine to debug remotely.Název vzdáleného počítače nesmí být prázdný. Zadejte prosím název vzdáleně laděného počítače.
-
- The external program cannot be found. Please enter a valid executable file.
- Externí program se nedá najít. Zadejte prosím platný spustitelný soubor.
-
- The external program property cannot be empty. Please enter a valid executable file.Vlastnost s externím programem nesmí být prázdná. Zadejte prosím platný spustitelný soubor.
@@ -943,6 +943,11 @@ Chyba:
Adresa URL není platná. Zadejte prosím platnou adresu URL, třeba http://www.microsoft.com/.
+
+ "The resource file entered does not exist."
+ "The resource file entered does not exist."
+
+ The working directory you entered does not exist. Please enter a valid working directory.Zadaný pracovní adresář neexistuje. Zadejte prosím platný pracovní adresář.
@@ -993,11 +998,6 @@ Chyba:
„Soubory prostředků musí mít příponu .res. Zadejte prosím platný název souboru prostředků.“
-
- "The resource file entered does not exist."
- "Zadaný soubor prostředků neexistuje."
-
- Project DesignerNávrhář projektu
@@ -1610,6 +1610,21 @@ Chyba:
Vyžaduje:
+
+ Embedded in .resx
+ Embedded in .resx
+ File Persistence Mode
+
+
+ &Categories:
+ &Categories:
+ The label in the menu strip for the combobox that holds the categories of resources to display
+
+
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ {0} - name list of the resource
+ NameNázev
@@ -1764,11 +1779,6 @@ Opravdu chcete tento soubor upravit?
Položka prostředku používá typ {0}, který se v tomto projektu nepodporuje.{0} - name of the type
-
- The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
- Jedna nebo více položek prostředků {0} nejdou správně uložit. Tyto položky budou zahozeny.
- {0} - name list of the resource
- '{0}'{0}
@@ -2001,11 +2011,6 @@ CONSIDER: get this from CodeDom
Spojený až při kompilaciFile Persistence Mode
-
- Embedded in .resx
- Vložený do souboru .resx
- File Persistence Mode
- BitmapsBitové mapy
@@ -2230,11 +2235,6 @@ CONSIDER: get this from CodeDom
Odstranit hodnoty buněk {0}{0} = number of cells cleared
-
- &Categories:
- &Kategorie:
- The label in the menu strip for the combobox that holds the categories of resources to display
- Name used to identify the resource in code.Název používaný k identifikaci prostředku v kódu
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.de.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.de.xlf
index 0f2031ab4b6..d9f446a32a6 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.de.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.de.xlf
@@ -913,16 +913,16 @@ Fehler:
Verweiseigenschaften
+
+ The external program cannot be found. Please enter a valid executable file.
+ The external program cannot be found. Please enter a valid executable file.
+
+ The remote machine name cannot be blank. Please specify the name of the machine to debug remotely.Der Name des Remotecomputers darf nicht leer sein. Geben Sie den Namen des Computers für das Remotedebuggen ein.
-
- The external program cannot be found. Please enter a valid executable file.
- Das externe Programm wurde nicht gefunden. Geben Sie eine gültige ausführbare Datei ein.
-
- The external program property cannot be empty. Please enter a valid executable file.Die Eigenschaft für das externe Programm darf nicht leer sein. Geben Sie eine gültige ausführbare Datei ein.
@@ -943,6 +943,11 @@ Fehler:
Die URL ist ungültig. Geben Sie eine gültige URL (beispielsweise "http://www.microsoft.com/") ein.
+
+ "The resource file entered does not exist."
+ "The resource file entered does not exist."
+
+ The working directory you entered does not exist. Please enter a valid working directory.Das eingegebene Arbeitsverzeichnis ist nicht vorhanden. Geben Sie ein gültiges Arbeitsverzeichnis ein.
@@ -993,11 +998,6 @@ Fehler:
"Ressourcendateien müssen die Dateierweiterung ".res" besitzen. Geben Sie einen gültigen Ressourcendateinamen ein."
-
- "The resource file entered does not exist."
- "Die eingegebene Ressourcendatei ist nicht vorhanden."
-
- Project DesignerProjekt-Designer
@@ -1610,6 +1610,21 @@ Fehler:
Erforderlich:
+
+ Embedded in .resx
+ Embedded in .resx
+ File Persistence Mode
+
+
+ &Categories:
+ &Categories:
+ The label in the menu strip for the combobox that holds the categories of resources to display
+
+
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ {0} - name list of the resource
+ NameName
@@ -1764,11 +1779,6 @@ Möchten Sie die Datei wirklich bearbeiten?
Das Ressourcenelement verwendet den Typ "{0}", der in diesem Projekt nicht unterstützt wird.{0} - name of the type
-
- The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
- Die Ressourcenelemente "{0}" konnten nicht ordnungsgemäß gespeichert werden. Die Elemente werden verworfen.
- {0} - name list of the resource
- '{0}'"{0}"
@@ -2001,11 +2011,6 @@ CONSIDER: get this from CodeDom
Zur Kompilierzeit verknüpftFile Persistence Mode
-
- Embedded in .resx
- In .resx eingebettet
- File Persistence Mode
- BitmapsBitmaps
@@ -2230,11 +2235,6 @@ CONSIDER: get this from CodeDom
Werte in {0} Zelle(n) löschen{0} = number of cells cleared
-
- &Categories:
- &Kategorien:
- The label in the menu strip for the combobox that holds the categories of resources to display
- Name used to identify the resource in code.Name zur Identifizierung der Ressource im Code.
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.es.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.es.xlf
index 4b1a5e0d904..f55d5fc6133 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.es.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.es.xlf
@@ -913,16 +913,16 @@ Error:
Propiedades de la referencia
+
+ The external program cannot be found. Please enter a valid executable file.
+ The external program cannot be found. Please enter a valid executable file.
+
+ The remote machine name cannot be blank. Please specify the name of the machine to debug remotely.El nombre de la máquina remota no puede estar en blanco. Especifique el nombre de la máquina para la depuración remota.
-
- The external program cannot be found. Please enter a valid executable file.
- No se encuentra el programa externo. Especifique un archivo ejecutable válido.
-
- The external program property cannot be empty. Please enter a valid executable file.La propiedad de programa externo no puede estar vacía. Especifique un archivo ejecutable válido.
@@ -943,6 +943,11 @@ Error:
La dirección URL no es válida. Escriba una dirección URL válida, como "http://www.microsoft.com/"
+
+ "The resource file entered does not exist."
+ "The resource file entered does not exist."
+
+ The working directory you entered does not exist. Please enter a valid working directory.El directorio de trabajo especificado no existe. Escriba un directorio de trabajo válido.
@@ -993,11 +998,6 @@ Error:
"Los archivos de recursos deben tener una extensión de archivo .res. Escriba un nombre de archivo de recursos válido".
-
- "The resource file entered does not exist."
- "El archivo de recursos introducido no existe."
-
- Project DesignerDiseñador de proyectos
@@ -1610,6 +1610,21 @@ Error:
Requiere:
+
+ Embedded in .resx
+ Embedded in .resx
+ File Persistence Mode
+
+
+ &Categories:
+ &Categories:
+ The label in the menu strip for the combobox that holds the categories of resources to display
+
+
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ {0} - name list of the resource
+ NameNombre
@@ -1764,11 +1779,6 @@ Do you really want to edit this file?
El elemento de recurso utiliza el tipo '{0}'; que no se admite en este proyecto.{0} - name of the type
-
- The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
- Los elementos de recurso {0} no se pueden guardar correctamente. Estos elementos se descartarán.
- {0} - name list of the resource
- '{0}''{0}'
@@ -2001,11 +2011,6 @@ CONSIDER: get this from CodeDom
Vinculado en tiempo de compilaciónFile Persistence Mode
-
- Embedded in .resx
- Insertado en .resx
- File Persistence Mode
- BitmapsMapas de bits
@@ -2230,11 +2235,6 @@ CONSIDER: get this from CodeDom
Eliminar valores en {0} celdas{0} = number of cells cleared
-
- &Categories:
- &Categorías:
- The label in the menu strip for the combobox that holds the categories of resources to display
- Name used to identify the resource in code.Nombre utilizado para identificar el recurso en el código.
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.fr.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.fr.xlf
index 20ea1fc286e..005d620b3e8 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.fr.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.fr.xlf
@@ -913,16 +913,16 @@ Erreur :
Propriétés de la référence
+
+ The external program cannot be found. Please enter a valid executable file.
+ The external program cannot be found. Please enter a valid executable file.
+
+ The remote machine name cannot be blank. Please specify the name of the machine to debug remotely.Le nom de l'ordinateur distant ne peut pas être vide. Spécifiez le nom de l'ordinateur à déboguer à distance.
-
- The external program cannot be found. Please enter a valid executable file.
- Le programme externe est introuvable. Entrez un fichier exécutable valide.
-
- The external program property cannot be empty. Please enter a valid executable file.La propriété du programme externe ne peut pas être vide. Entrez un fichier exécutable valide.
@@ -943,6 +943,11 @@ Erreur :
L'URL n'est pas valide. Entrez une URL valide telle que "http://www.microsoft.com/"
+
+ "The resource file entered does not exist."
+ "The resource file entered does not exist."
+
+ The working directory you entered does not exist. Please enter a valid working directory.Le répertoire de travail que vous avez entré n'existe pas. Entrez un répertoire de travail valide.
@@ -993,11 +998,6 @@ Erreur :
"Les fichiers de ressources doivent avoir une extension de fichier .res. Entrez un nom de fichier de ressources valide."
-
- "The resource file entered does not exist."
- "Le fichier de ressources entré n'existe pas."
-
- Project DesignerConcepteur de projets
@@ -1610,6 +1610,21 @@ Erreur :
Nécessite :
+
+ Embedded in .resx
+ Embedded in .resx
+ File Persistence Mode
+
+
+ &Categories:
+ &Categories:
+ The label in the menu strip for the combobox that holds the categories of resources to display
+
+
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ {0} - name list of the resource
+ NameNom
@@ -1764,11 +1779,6 @@ Voulez-vous vraiment modifier ce fichier ?
L'élément de la ressource utilise le type '{0}' alors que ce type n'est pas pris en charge dans ce projet.{0} - name of the type
-
- The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
- Impossible d'enregistrer correctement les éléments de la ressource {0}. Ils vont être ignorés.
- {0} - name list of the resource
- '{0}''{0}'
@@ -2001,11 +2011,6 @@ CONSIDER: get this from CodeDom
Lié au moment de la compilationFile Persistence Mode
-
- Embedded in .resx
- Incorporé dans .resx
- File Persistence Mode
- BitmapsBitmaps
@@ -2230,11 +2235,6 @@ CONSIDER: get this from CodeDom
Supprimer les valeurs dans {0} cellule(s){0} = number of cells cleared
-
- &Categories:
- &Catégories :
- The label in the menu strip for the combobox that holds the categories of resources to display
- Name used to identify the resource in code.Nom permettant d'identifier la ressource dans le code.
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.it.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.it.xlf
index 8902030751c..b3ed88eb772 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.it.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.it.xlf
@@ -913,16 +913,16 @@ Errore:
Proprietà del riferimento
+
+ The external program cannot be found. Please enter a valid executable file.
+ The external program cannot be found. Please enter a valid executable file.
+
+ The remote machine name cannot be blank. Please specify the name of the machine to debug remotely.Il nome del computer remoto non può essere vuoto. Specificare il nome del computer di cui eseguire il debug remoto.
-
- The external program cannot be found. Please enter a valid executable file.
- Il programma esterno non è stato trovato. Immettere un file eseguibile valido.
-
- The external program property cannot be empty. Please enter a valid executable file.La proprietà del programma esterno non può essere vuota. Immettere un file eseguibile valido.
@@ -943,6 +943,11 @@ Errore:
L'URL non è valido. Immettere un URL valido, ad esempio "http://www.microsoft.com/"
+
+ "The resource file entered does not exist."
+ "The resource file entered does not exist."
+
+ The working directory you entered does not exist. Please enter a valid working directory.La directory di lavoro immessa non esiste. Immettere una directory di lavoro valida.
@@ -993,11 +998,6 @@ Errore:
"Il file di risorse deve avere l'estensione RES. Immettere un nome di file di risorse valido."
-
- "The resource file entered does not exist."
- "Il file di risorse immesso non esiste."
-
- Project DesignerCreazione progetti
@@ -1610,6 +1610,21 @@ Errore:
Richiede:
+
+ Embedded in .resx
+ Embedded in .resx
+ File Persistence Mode
+
+
+ &Categories:
+ &Categories:
+ The label in the menu strip for the combobox that holds the categories of resources to display
+
+
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ {0} - name list of the resource
+ NameNome
@@ -1764,11 +1779,6 @@ Modificare il file?
L'elemento risorsa usa il tipo '{0}', che non è supportato in questo progetto.{0} - name of the type
-
- The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
- Non è possibile salvare correttamente gli elementi risorsa {0}. Gli elementi verranno ignorati.
- {0} - name list of the resource
- '{0}''{0}'
@@ -2001,11 +2011,6 @@ CONSIDER: get this from CodeDom
Collegato in fase di compilazioneFile Persistence Mode
-
- Embedded in .resx
- Incorporato in .resx
- File Persistence Mode
- BitmapsBitmap
@@ -2230,11 +2235,6 @@ CONSIDER: get this from CodeDom
Elimina valori in {0} cella/e{0} = number of cells cleared
-
- &Categories:
- &Categorie:
- The label in the menu strip for the combobox that holds the categories of resources to display
- Name used to identify the resource in code.Nome usato per identificare la risorsa nel codice.
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.ja.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.ja.xlf
index 79837cc14b3..f4b97d49e02 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.ja.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.ja.xlf
@@ -913,16 +913,16 @@ Error:
参照プロパティ
+
+ The external program cannot be found. Please enter a valid executable file.
+ The external program cannot be found. Please enter a valid executable file.
+
+ The remote machine name cannot be blank. Please specify the name of the machine to debug remotely.リモート コンピューター名を空白にすることはできません。リモートでデバッグするコンピューターの名前を指定してください。
-
- The external program cannot be found. Please enter a valid executable file.
- 外部プログラムが見つかりません。有効な実行可能ファイルを入力してください。
-
- The external program property cannot be empty. Please enter a valid executable file.外部プログラム プロパティは空にできません。有効な実行可能ファイルを入力してください。
@@ -943,6 +943,11 @@ Error:
URL が無効です。"http://www.microsoft.com/" のような有効な URL を入力してください。
+
+ "The resource file entered does not exist."
+ "The resource file entered does not exist."
+
+ The working directory you entered does not exist. Please enter a valid working directory.入力した作業ディレクトリは存在しません。有効な作業ディレクトリを入力してください。
@@ -993,11 +998,6 @@ Error:
"リソース ファイルには .res 拡張子が必要です。有効なリソース ファイル名を入力してください。"
-
- "The resource file entered does not exist."
- "入力されたリソース ファイルは存在しません。
-
- Project Designerプロジェクト デザイナー
@@ -1610,6 +1610,21 @@ Error:
必要なアクセス許可:
+
+ Embedded in .resx
+ Embedded in .resx
+ File Persistence Mode
+
+
+ &Categories:
+ &Categories:
+ The label in the menu strip for the combobox that holds the categories of resources to display
+
+
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ {0} - name list of the resource
+ Name名前
@@ -1764,11 +1779,6 @@ Do you really want to edit this file?
リソース アイテムは '{0}' 型を使用していますが、このプロジェクトではサポートされていません。{0} - name of the type
-
- The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
- リソース アイテム {0} を正しく保存できません。アイテムは破棄されます。
- {0} - name list of the resource
- '{0}''{0}'
@@ -2001,11 +2011,6 @@ CONSIDER: get this from CodeDom
コンパイル時にリンクされましたFile Persistence Mode
-
- Embedded in .resx
- .resx に埋め込まれました
- File Persistence Mode
- Bitmapsビットマップ
@@ -2230,11 +2235,6 @@ CONSIDER: get this from CodeDom
{0} 個のセルの値を消去します{0} = number of cells cleared
-
- &Categories:
- カテゴリ(&C):
- The label in the menu strip for the combobox that holds the categories of resources to display
- Name used to identify the resource in code.コード内のリソースを識別するために使用する名前です。
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.ko.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.ko.xlf
index 6bfd4d06886..1194b6ebbf1 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.ko.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.ko.xlf
@@ -913,16 +913,16 @@ Error:
참조 속성
+
+ The external program cannot be found. Please enter a valid executable file.
+ The external program cannot be found. Please enter a valid executable file.
+
+ The remote machine name cannot be blank. Please specify the name of the machine to debug remotely.원격 컴퓨터 이름은 비워 둘 수 없습니다. 원격으로 디버그할 컴퓨터의 이름을 지정하세요.
-
- The external program cannot be found. Please enter a valid executable file.
- 외부 프로그램을 찾을 수 없습니다. 올바른 실행 파일을 입력하세요.
-
- The external program property cannot be empty. Please enter a valid executable file.외부 프로그램 속성은 비워 둘 수 없습니다. 올바른 실행 파일을 입력하세요.
@@ -943,6 +943,11 @@ Error:
URL이 잘못되었습니다. "http://www.microsoft.com/"과 같은 올바른 URL을 입력하세요.
+
+ "The resource file entered does not exist."
+ "The resource file entered does not exist."
+
+ The working directory you entered does not exist. Please enter a valid working directory.입력한 작업 디렉터리가 없습니다. 올바른 작업 디렉터리를 입력하세요.
@@ -993,11 +998,6 @@ Error:
"리소스 파일의 확장명은 .res여야 합니다. 올바른 리소스 파일 이름을 입력하세요."
-
- "The resource file entered does not exist."
- "입력한 리소스 파일이 없습니다."
-
- Project Designer프로젝트 디자이너
@@ -1610,6 +1610,21 @@ Error:
필요한 권한:
+
+ Embedded in .resx
+ Embedded in .resx
+ File Persistence Mode
+
+
+ &Categories:
+ &Categories:
+ The label in the menu strip for the combobox that holds the categories of resources to display
+
+
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ {0} - name list of the resource
+ Name이름
@@ -1764,11 +1779,6 @@ Do you really want to edit this file?
리소스 항목이 이 프로젝트에서 지원하지 않는 '{0}' 형식을 사용합니다.{0} - name of the type
-
- The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
- 리소스 항목 {0}을(를) 올바로 저장할 수 없습니다. 이 항목이 삭제됩니다.
- {0} - name list of the resource
- '{0}''{0}'
@@ -2001,11 +2011,6 @@ CONSIDER: get this from CodeDom
컴파일 시간에 링크됨File Persistence Mode
-
- Embedded in .resx
- .resx에 포함됨
- File Persistence Mode
- Bitmaps비트맵
@@ -2230,11 +2235,6 @@ CONSIDER: get this from CodeDom
{0}개 셀에서 값 삭제{0} = number of cells cleared
-
- &Categories:
- 범주(&C):
- The label in the menu strip for the combobox that holds the categories of resources to display
- Name used to identify the resource in code.코드에서 리소스를 식별하는 데 사용되는 이름입니다.
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.pl.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.pl.xlf
index 63e978529d9..7828c1451ba 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.pl.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.pl.xlf
@@ -913,16 +913,16 @@ Błąd:
Właściwości odwołania
+
+ The external program cannot be found. Please enter a valid executable file.
+ The external program cannot be found. Please enter a valid executable file.
+
+ The remote machine name cannot be blank. Please specify the name of the machine to debug remotely.Nazwa zdalnego komputera nie może być pusta. Podaj nazwę komputera do zdalnego debugowania.
-
- The external program cannot be found. Please enter a valid executable file.
- Nie można odnaleźć zewnętrznego programu. Wprowadź prawidłowy plik wykonywalny.
-
- The external program property cannot be empty. Please enter a valid executable file.Właściwość programu zewnętrznego nie może być pusta. Wprowadź prawidłowy plik wykonywalny.
@@ -943,6 +943,11 @@ Błąd:
Adres URL jest nieprawidłowy. Wprowadź poprawny adres URL, np. „http://www.microsoft.com/”
+
+ "The resource file entered does not exist."
+ "The resource file entered does not exist."
+
+ The working directory you entered does not exist. Please enter a valid working directory.Wprowadzony katalog roboczy nie istnieje. Wprowadź poprawny katalog roboczy.
@@ -993,11 +998,6 @@ Błąd:
„Pliki zasobów muszą mieć rozszerzenie res. Wprowadź prawidłową nazwę pliku zasobu”.
-
- "The resource file entered does not exist."
- "Wprowadzony plik zasobu nie istnieje".
-
- Project DesignerProjektant projektu
@@ -1610,6 +1610,21 @@ Błąd:
Wymagania:
+
+ Embedded in .resx
+ Embedded in .resx
+ File Persistence Mode
+
+
+ &Categories:
+ &Categories:
+ The label in the menu strip for the combobox that holds the categories of resources to display
+
+
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ {0} - name list of the resource
+ NameNazwa
@@ -1764,11 +1779,6 @@ Czy na pewno chcesz edytować ten plik?
Element zasobu używa typu '{0}', który nie jest obsługiwany w tym projekcie.{0} - name of the type
-
- The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
- Nie można poprawnie zapisać elementów zasobów {0}. Elementy zostaną odrzucone.
- {0} - name list of the resource
- '{0}'„{0}”
@@ -2001,11 +2011,6 @@ CONSIDER: get this from CodeDom
Połączone w czasie kompilacjiFile Persistence Mode
-
- Embedded in .resx
- Osadzone w pliku resx
- File Persistence Mode
- BitmapsMapy bitowe
@@ -2230,11 +2235,6 @@ CONSIDER: get this from CodeDom
Usuń wartości w komórkach ({0}){0} = number of cells cleared
-
- &Categories:
- &Kategorie:
- The label in the menu strip for the combobox that holds the categories of resources to display
- Name used to identify the resource in code.Nazwa używana do identyfikacji zasobu w kodzie.
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.pt-BR.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.pt-BR.xlf
index be9117149fd..d156a38019f 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.pt-BR.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.pt-BR.xlf
@@ -913,16 +913,16 @@ Erro:
Propriedades de Referência
+
+ The external program cannot be found. Please enter a valid executable file.
+ The external program cannot be found. Please enter a valid executable file.
+
+ The remote machine name cannot be blank. Please specify the name of the machine to debug remotely.O nome do computador remoto não pode ficar em branco. Especifique o nome do computador a ser depurado remotamente.
-
- The external program cannot be found. Please enter a valid executable file.
- O programa externo não foi encontrado. Insira um arquivo executável válido.
-
- The external program property cannot be empty. Please enter a valid executable file.A propriedade do programa externo não pode ficar vazia. Insira um arquivo executável válido.
@@ -943,6 +943,11 @@ Erro:
A URL é inválida. Insira uma URL válida como "http://www.microsoft.com/"
+
+ "The resource file entered does not exist."
+ "The resource file entered does not exist."
+
+ The working directory you entered does not exist. Please enter a valid working directory.O diretório de trabalho inserido não existe. Insira um diretório de trabalho válido.
@@ -993,11 +998,6 @@ Erro:
"Os arquivos de recurso devem ter a extensão .res. Insira um nome de arquivo de recurso válido."
-
- "The resource file entered does not exist."
- "O arquivo de recurso inserido não existe."
-
- Project DesignerDesigner de Projeto
@@ -1610,6 +1610,21 @@ Erro:
Necessita de:
+
+ Embedded in .resx
+ Embedded in .resx
+ File Persistence Mode
+
+
+ &Categories:
+ &Categories:
+ The label in the menu strip for the combobox that holds the categories of resources to display
+
+
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ {0} - name list of the resource
+ NameNome
@@ -1764,11 +1779,6 @@ Deseja realmente editar esse arquivo?
O item de recurso usa o tipo '{0}', que não tem suporte neste projeto.{0} - name of the type
-
- The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
- Os itens de recurso {0} não podem ser salvos corretamente. Os itens serão descartados.
- {0} - name list of the resource
- '{0}''{0}'
@@ -2001,11 +2011,6 @@ CONSIDER: get this from CodeDom
Vinculado no tempo de compilaçãoFile Persistence Mode
-
- Embedded in .resx
- Inserido no .resx
- File Persistence Mode
- BitmapsBitmaps
@@ -2230,11 +2235,6 @@ CONSIDER: get this from CodeDom
Excluir valores em {0} célula(s){0} = number of cells cleared
-
- &Categories:
- &Categorias:
- The label in the menu strip for the combobox that holds the categories of resources to display
- Name used to identify the resource in code.Nome usado para identificar o recurso no código.
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.ru.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.ru.xlf
index 355d363084e..b664b37ccfe 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.ru.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.ru.xlf
@@ -913,16 +913,16 @@ Error:
Свойства ссылки
+
+ The external program cannot be found. Please enter a valid executable file.
+ The external program cannot be found. Please enter a valid executable file.
+
+ The remote machine name cannot be blank. Please specify the name of the machine to debug remotely.Имя удаленного компьютера не может быть пустым. Укажите имя компьютера для удаленной отладки.
-
- The external program cannot be found. Please enter a valid executable file.
- Невозможно найти внешнюю программу. Укажите допустимый исполняемый файл.
-
- The external program property cannot be empty. Please enter a valid executable file.Свойство внешней программы не может быть пустым. Укажите допустимый исполняемый файл.
@@ -943,6 +943,11 @@ Error:
URL-адрес недопустим. Введите допустимый URL-адрес, например http://www.microsoft.com/.
+
+ "The resource file entered does not exist."
+ "The resource file entered does not exist."
+
+ The working directory you entered does not exist. Please enter a valid working directory.Указанный рабочий каталог не существует. Введите допустимый рабочий каталог.
@@ -993,11 +998,6 @@ Error:
"У файлов ресурсов должно быть расширение RES. Укажите допустимое имя файла ресурсов".
-
- "The resource file entered does not exist."
- "Указанный файл ресурсов не существует."
-
- Project DesignerКонструктор проектов
@@ -1610,6 +1610,21 @@ Error:
Требуется:
+
+ Embedded in .resx
+ Embedded in .resx
+ File Persistence Mode
+
+
+ &Categories:
+ &Categories:
+ The label in the menu strip for the combobox that holds the categories of resources to display
+
+
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ {0} - name list of the resource
+ NameИмя
@@ -1764,11 +1779,6 @@ Do you really want to edit this file?
Для элемента ресурса используется тип "{0}", который не поддерживается в этом проекте.{0} - name of the type
-
- The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
- Невозможно правильно сохранить элементы ресурса "{0}". Элементы будут отменены.
- {0} - name list of the resource
- '{0}'"{0}"
@@ -2001,11 +2011,6 @@ CONSIDER: get this from CodeDom
Скомпоновано во время компиляцииFile Persistence Mode
-
- Embedded in .resx
- Внедрено в RESX-файл
- File Persistence Mode
- BitmapsТочечные рисунки
@@ -2230,11 +2235,6 @@ CONSIDER: get this from CodeDom
Удаление значений в нескольких ячейках: {0}{0} = number of cells cleared
-
- &Categories:
- &Категории:
- The label in the menu strip for the combobox that holds the categories of resources to display
- Name used to identify the resource in code.Имя, используемое для идентификации ресурса в коде.
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.tr.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.tr.xlf
index 86ac32f4b37..4b757236574 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.tr.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.tr.xlf
@@ -913,16 +913,16 @@ Hata:
Başvuru Özellikleri
+
+ The external program cannot be found. Please enter a valid executable file.
+ The external program cannot be found. Please enter a valid executable file.
+
+ The remote machine name cannot be blank. Please specify the name of the machine to debug remotely.Uzak makine adı boş olamaz. Lütfen uzaktan hata ayıklama işleminin yapılacağı makinenin adını belirtin.
-
- The external program cannot be found. Please enter a valid executable file.
- Dış program bulunamıyor. Lütfen geçerli bir yürütülebilir dosya girin.
-
- The external program property cannot be empty. Please enter a valid executable file.Dış program özelliği boş olamaz. Lütfen geçerli bir yürütülebilir dosya girin.
@@ -943,6 +943,11 @@ Hata:
URL geçersiz. Lütfen "http://www.microsoft.com/" gibi geçerli bir URL girin
+
+ "The resource file entered does not exist."
+ "The resource file entered does not exist."
+
+ The working directory you entered does not exist. Please enter a valid working directory.Girdiğiniz çalışma dizini mevcut değil. Lütfen geçerli bir çalışma dizini girin.
@@ -993,11 +998,6 @@ Hata:
"Kaynak dosyalarının uzantısı .res olmalıdır. Lütfen geçerli bir kaynak dosyası adı girin."
-
- "The resource file entered does not exist."
- "Girilen kaynak dosyası yok."
-
- Project DesignerProje Tasarımcısı
@@ -1610,6 +1610,21 @@ Hata:
Gereksinimler:
+
+ Embedded in .resx
+ Embedded in .resx
+ File Persistence Mode
+
+
+ &Categories:
+ &Categories:
+ The label in the menu strip for the combobox that holds the categories of resources to display
+
+
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ {0} - name list of the resource
+ NameAd
@@ -1764,11 +1779,6 @@ Bu dosyayı düzenlemek istediğinizden emin misiniz?
Kaynak öğesi bu projede desteklenmeyen '{0}' türünü kullanıyor.{0} - name of the type
-
- The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
- Şu kaynak öğeleri doğru şekilde kaydedilemiyor: {0}. Öğeler atılacak.
- {0} - name list of the resource
- '{0}''{0}'
@@ -2001,11 +2011,6 @@ CONSIDER: get this from CodeDom
Derleme zamanında bağlandıFile Persistence Mode
-
- Embedded in .resx
- .resx biçiminde eklendi
- File Persistence Mode
- BitmapsBit eşlemler
@@ -2230,11 +2235,6 @@ CONSIDER: get this from CodeDom
{0} hücredeki değerleri sil{0} = number of cells cleared
-
- &Categories:
- &Kategoriler:
- The label in the menu strip for the combobox that holds the categories of resources to display
- Name used to identify the resource in code.Kod içindeki kaynağı tanımlamak için kullanılan ad.
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.zh-Hans.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.zh-Hans.xlf
index 0537632d5fc..9b4edd13b40 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.zh-Hans.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.zh-Hans.xlf
@@ -913,16 +913,16 @@ Error:
引用属性
+
+ The external program cannot be found. Please enter a valid executable file.
+ The external program cannot be found. Please enter a valid executable file.
+
+ The remote machine name cannot be blank. Please specify the name of the machine to debug remotely.远程计算机名称不能为空。请指定要远程调试的计算机的名称。
-
- The external program cannot be found. Please enter a valid executable file.
- 未能找到外部程序。请输入有效的可执行文件。
-
- The external program property cannot be empty. Please enter a valid executable file.外部程序属性不能为空。请输入有效的可执行文件。
@@ -943,6 +943,11 @@ Error:
URL 无效。请输入有效的 URL,如“http://www.microsoft.com/”
+
+ "The resource file entered does not exist."
+ "The resource file entered does not exist."
+
+ The working directory you entered does not exist. Please enter a valid working directory.输入的工作目录不存在。请输入有效的工作目录。
@@ -993,11 +998,6 @@ Error:
“资源文件必须具有文件扩展名 .res。请输入有效的资源文件名。”
-
- "The resource file entered does not exist."
- "输入的资源文件不存在。"
-
- Project Designer项目设计器
@@ -1610,6 +1610,21 @@ Error:
要求:
+
+ Embedded in .resx
+ Embedded in .resx
+ File Persistence Mode
+
+
+ &Categories:
+ &Categories:
+ The label in the menu strip for the combobox that holds the categories of resources to display
+
+
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ {0} - name list of the resource
+ Name名称
@@ -1764,11 +1779,6 @@ Do you really want to edit this file?
资源项使用“{0}”类型,但该类型在此项目中不受支持。{0} - name of the type
-
- The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
- 无法正确保存资源项 {0}。将弃用此项(或这些项)。
- {0} - name list of the resource
- '{0}'“{0}”
@@ -2001,11 +2011,6 @@ CONSIDER: get this from CodeDom
在编译时链接File Persistence Mode
-
- Embedded in .resx
- 嵌入在 .resx 中
- File Persistence Mode
- Bitmaps位图
@@ -2230,11 +2235,6 @@ CONSIDER: get this from CodeDom
删除 {0} 个单元格中的值{0} = number of cells cleared
-
- &Categories:
- 类别(&C):
- The label in the menu strip for the combobox that holds the categories of resources to display
- Name used to identify the resource in code.用于在代码中标识资源的名称。
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.zh-Hant.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.zh-Hant.xlf
index 3943c717400..5e1ca3fbe71 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.zh-Hant.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.zh-Hant.xlf
@@ -913,16 +913,16 @@ Error:
參考屬性
+
+ The external program cannot be found. Please enter a valid executable file.
+ The external program cannot be found. Please enter a valid executable file.
+
+ The remote machine name cannot be blank. Please specify the name of the machine to debug remotely.遠端電腦名稱不能為空白。請指定電腦名稱以進行遠端偵錯。
-
- The external program cannot be found. Please enter a valid executable file.
- 找不到外部程式。請輸入有效的可執行檔。
-
- The external program property cannot be empty. Please enter a valid executable file.外部程式屬性不可為空白。請輸入有效的可執行檔。
@@ -943,6 +943,11 @@ Error:
URL 無效。請輸入有效的 URL,例如 "http://www.microsoft.com/"
+
+ "The resource file entered does not exist."
+ "The resource file entered does not exist."
+
+ The working directory you entered does not exist. Please enter a valid working directory.您輸入的工作目錄不存在。請輸入有效的工作目錄。
@@ -993,11 +998,6 @@ Error:
"資源檔必須具有 .res 副檔名。請輸入有效的資源檔名稱。"
-
- "The resource file entered does not exist."
- "輸入的資源檔不存在。"
-
- Project Designer專案設計工具
@@ -1610,6 +1610,21 @@ Error:
需要:
+
+ Embedded in .resx
+ Embedded in .resx
+ File Persistence Mode
+
+
+ &Categories:
+ &Categories:
+ The label in the menu strip for the combobox that holds the categories of resources to display
+
+
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
+ {0} - name list of the resource
+ Name名稱
@@ -1764,11 +1779,6 @@ Do you really want to edit this file?
資源項目使用 '{0}' 類型,但此專案不支援該類型。{0} - name of the type
-
- The resource item(s) {0} cannot be saved correctly. The item(s) will be discarded.
- 無法正確儲存資源項目 {0},將捨棄這些項目。
- {0} - name list of the resource
- '{0}''{0}'
@@ -2001,11 +2011,6 @@ CONSIDER: get this from CodeDom
於編譯時間連結File Persistence Mode
-
- Embedded in .resx
- 內嵌於 .resx
- File Persistence Mode
- Bitmaps點陣圖
@@ -2230,11 +2235,6 @@ CONSIDER: get this from CodeDom
刪除 {0} 個儲存格中的值{0} = number of cells cleared
-
- &Categories:
- 類別(&C):
- The label in the menu strip for the combobox that holds the categories of resources to display
- Name used to identify the resource in code.用來在程式碼中識別資源的名稱。
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.cs.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.cs.xlf
index 3c501581e95..d21bda7ce61 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.cs.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.cs.xlf
@@ -159,8 +159,8 @@
Select a service contract to view its operations.
- Pro zobrazení operací služby vyberte její kontrakt.
- This is the message displayed when user selects non-cotract nodes.
+ Pro zobrazení operací služby vyberte její kontrakt.
+ This is the message displayed when user selects non-contract nodes.Service Reference Settings
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.de.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.de.xlf
index 1b8578d6fe3..8708f62ecc4 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.de.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.de.xlf
@@ -159,8 +159,8 @@
Select a service contract to view its operations.
- Wählen Sie einen Dienstvertrag aus, um seine Abläufe anzuzeigen.
- This is the message displayed when user selects non-cotract nodes.
+ Wählen Sie einen Dienstvertrag aus, um seine Abläufe anzuzeigen.
+ This is the message displayed when user selects non-contract nodes.Service Reference Settings
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.es.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.es.xlf
index f6125e7269a..38b3575e7b2 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.es.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.es.xlf
@@ -159,8 +159,8 @@
Select a service contract to view its operations.
- Seleccione un contrato de servicio para ver sus operaciones.
- This is the message displayed when user selects non-cotract nodes.
+ Seleccione un contrato de servicio para ver sus operaciones.
+ This is the message displayed when user selects non-contract nodes.Service Reference Settings
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.fr.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.fr.xlf
index 4703e91b134..114ba9c1282 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.fr.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.fr.xlf
@@ -159,8 +159,8 @@
Select a service contract to view its operations.
- Sélectionnez un contrat de service pour afficher ses opérations.
- This is the message displayed when user selects non-cotract nodes.
+ Sélectionnez un contrat de service pour afficher ses opérations.
+ This is the message displayed when user selects non-contract nodes.Service Reference Settings
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.it.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.it.xlf
index e1289648175..21ad2a8ed21 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.it.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.it.xlf
@@ -159,8 +159,8 @@
Select a service contract to view its operations.
- Selezionare un contratto di servizio per visualizzarne le operazioni.
- This is the message displayed when user selects non-cotract nodes.
+ Selezionare un contratto di servizio per visualizzarne le operazioni.
+ This is the message displayed when user selects non-contract nodes.Service Reference Settings
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.ja.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.ja.xlf
index 58b9c54c371..c9eb3786c4e 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.ja.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.ja.xlf
@@ -159,8 +159,8 @@
Select a service contract to view its operations.
- サービス コントラクトを選択して操作を表示します。
- This is the message displayed when user selects non-cotract nodes.
+ サービス コントラクトを選択して操作を表示します。
+ This is the message displayed when user selects non-contract nodes.Service Reference Settings
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.ko.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.ko.xlf
index 26c1f9556df..4034e9c1db5 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.ko.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.ko.xlf
@@ -159,8 +159,8 @@
Select a service contract to view its operations.
- 서비스 계약을 선택하여 해당 작업을 확인하세요.
- This is the message displayed when user selects non-cotract nodes.
+ 서비스 계약을 선택하여 해당 작업을 확인하세요.
+ This is the message displayed when user selects non-contract nodes.Service Reference Settings
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.pl.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.pl.xlf
index 325a2575411..617b27ff745 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.pl.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.pl.xlf
@@ -159,8 +159,8 @@
Select a service contract to view its operations.
- Wybierz kontrakt usługi, aby wyświetlić jego operacje.
- This is the message displayed when user selects non-cotract nodes.
+ Wybierz kontrakt usługi, aby wyświetlić jego operacje.
+ This is the message displayed when user selects non-contract nodes.Service Reference Settings
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.pt-BR.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.pt-BR.xlf
index 52699071a4d..3192d1ed7d5 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.pt-BR.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.pt-BR.xlf
@@ -159,8 +159,8 @@
Select a service contract to view its operations.
- Selecione um contrato de serviço para exibir as operações.
- This is the message displayed when user selects non-cotract nodes.
+ Selecione um contrato de serviço para exibir as operações.
+ This is the message displayed when user selects non-contract nodes.Service Reference Settings
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.ru.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.ru.xlf
index 7c3bf7b2e09..0452ba7258a 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.ru.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.ru.xlf
@@ -159,8 +159,8 @@
Select a service contract to view its operations.
- Чтобы просмотреть операции службы, выберете контракт службы.
- This is the message displayed when user selects non-cotract nodes.
+ Чтобы просмотреть операции службы, выберете контракт службы.
+ This is the message displayed when user selects non-contract nodes.Service Reference Settings
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.tr.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.tr.xlf
index fbd3fadfd4c..26d060af8d0 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.tr.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.tr.xlf
@@ -159,8 +159,8 @@
Select a service contract to view its operations.
- İşlemlerini görüntülemek için bir hizmet sözleşmesi seçin.
- This is the message displayed when user selects non-cotract nodes.
+ İşlemlerini görüntülemek için bir hizmet sözleşmesi seçin.
+ This is the message displayed when user selects non-contract nodes.Service Reference Settings
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.zh-Hans.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.zh-Hans.xlf
index c65c862e469..cbdbf10daa2 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.zh-Hans.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.zh-Hans.xlf
@@ -159,8 +159,8 @@
Select a service contract to view its operations.
- 选择服务协定可查看其操作。
- This is the message displayed when user selects non-cotract nodes.
+ 选择服务协定可查看其操作。
+ This is the message displayed when user selects non-contract nodes.Service Reference Settings
diff --git a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.zh-Hant.xlf b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.zh-Hant.xlf
index 458e66009a9..7c896bf2e6c 100644
--- a/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.zh-Hant.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/WCF.zh-Hant.xlf
@@ -159,8 +159,8 @@
Select a service contract to view its operations.
- 選取要檢視其作業的服務合約。
- This is the message displayed when user selects non-cotract nodes.
+ 選取要檢視其作業的服務合約。
+ This is the message displayed when user selects non-contract nodes.Service Reference Settings
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf
index 0e3eee8038e..95dc810a26a 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf
@@ -207,19 +207,19 @@
Transparentní kompilátor (experimentální)
-
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- UPOZORNĚNÍ! Transparentní kompilátor zatím nepodporuje všechny funkce a může způsobit chybové ukončení nebo předat nesprávné výsledky.
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
-
+ Use at your own risk!
- Používejte na vlastní nebezpečí!
+ Use at your own risk!
-
+ By checking this you also opt-in for additional performance telemetry
- Zaškrtnutím tohoto políčka také udělíte výslovný souhlas s další telemetrií výkonu
+ By checking this you also opt-in for additional performance telemetry
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf
index f677450b093..6e201a60236 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf
@@ -207,19 +207,19 @@
Transparenter Compiler (experimentell)
-
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- WARNUNG! Der transparente Compiler unterstützt noch nicht alle Features und kann Abstürze verursachen oder falsche Ergebnisse ausgeben.
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
-
+ Use at your own risk!
- Auf eigene Gefahr verwenden!
+ Use at your own risk!
-
+ By checking this you also opt-in for additional performance telemetry
- Wenn Sie diese Option aktivieren, stimmen Sie auch der Erfassung zusätzlicher Leistungstelemetriedaten zu.
+ By checking this you also opt-in for additional performance telemetry
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf
index ed953bf83db..937fea2e341 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf
@@ -207,19 +207,19 @@
Compilador transparente (experimental)
-
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- ADVERTENCIA El compilador transparente aún no admite todas las características y puede provocar bloqueos o proporcionar resultados incorrectos.
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
-
+ Use at your own risk!
- Úselo bajo su propio riesgo.
+ Use at your own risk!
-
+ By checking this you also opt-in for additional performance telemetry
- Al marcar esto, también puede optar por obtener telemetría de rendimiento adicional.
+ By checking this you also opt-in for additional performance telemetry
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf
index 5b603b081d8..dd4be9eef28 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf
@@ -207,19 +207,19 @@
Transparent Compiler (expérience)
-
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- AVERTISSEMENT ! Transparent Compiler ne prend pas encore en charge toutes les fonctionnalités et peut provoquer des blocages ou donner des résultats incorrects.
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
-
+ Use at your own risk!
- Utilisez-le à vos propres risques !
+ Use at your own risk!
-
+ By checking this you also opt-in for additional performance telemetry
- En cochant cette option, vous acceptez également d’autres données de télémétrie des performances
+ By checking this you also opt-in for additional performance telemetry
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf
index 80f891d950b..e62949f4fdd 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf
@@ -207,19 +207,19 @@
Compilatore Transparent (sperimentale)
-
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- AVVISO Il compilatore Transparent non supporta ancora tutte le funzionalità e può causare arresti anomali o fornire risultati non corretti.
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
-
+ Use at your own risk!
- Usalo a tuo rischio e pericolo.
+ Use at your own risk!
-
+ By checking this you also opt-in for additional performance telemetry
- Selezionando questa opzione si acconsente esplicitamente anche alla telemetria aggiuntiva delle prestazioni
+ By checking this you also opt-in for additional performance telemetry
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf
index 7bd4645bb1c..69f5861f1a2 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf
@@ -207,19 +207,19 @@
Transparent Compiler (試験段階)
-
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- 警告Transparent Compiler は、現時点ですべての機能に対応しておらず、クラッシュを引き起こしたり、正しくない結果を出力したりする可能性があります。
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
-
+ Use at your own risk!
- ご使用は自己責任でお願いいたします。
+ Use at your own risk!
-
+ By checking this you also opt-in for additional performance telemetry
- これを確認すると、追加のパフォーマンス テレメトリもオプトインします
+ By checking this you also opt-in for additional performance telemetry
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf
index 79390abebfc..74e14a586c5 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf
@@ -207,19 +207,19 @@
투명한 컴파일러(실험적)
-
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- 경고! 투명 컴파일러는 아직 모든 기능을 지원하지 않으며 충돌을 발생시키거나 잘못된 결과를 제공할 수 있습니다.
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
-
+ Use at your own risk!
- 본인 책임하에 사용하세요!
+ Use at your own risk!
-
+ By checking this you also opt-in for additional performance telemetry
- 이를 확인하여 추가 성능 원격 분석을 옵트인합니다.
+ By checking this you also opt-in for additional performance telemetry
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf
index 22d13346b67..e2da85eb9c9 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf
@@ -207,19 +207,19 @@
Kompilator przezroczysty (eksperymentalny)
-
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- OSTRZEŻENIE! Kompilator przezroczysty nie obsługuje jeszcze wszystkich funkcji i może powodować awarie lub dawać niepoprawne wyniki.
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
-
+ Use at your own risk!
- Używaj na własne ryzyko!
+ Use at your own risk!
-
+ By checking this you also opt-in for additional performance telemetry
- Zaznaczając to pole wyboru, możesz również zdecydować się na dodatkowe dane telemetryczne dotyczące wydajności
+ By checking this you also opt-in for additional performance telemetry
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf
index c564e69e100..21ff767429b 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf
@@ -207,19 +207,19 @@
Compilador Transparente (experimental)
-
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- AVISO! O Compilador Transparente ainda não é dá suporte para todos os recursos e pode causar falhas ou fornecer resultados incorretos.
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
-
+ Use at your own risk!
- Use por sua própria conta e risco!
+ Use at your own risk!
-
+ By checking this you also opt-in for additional performance telemetry
- Ao marcar essa opção, você também aceita a telemetria de desempenho adicional
+ By checking this you also opt-in for additional performance telemetry
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf
index 9457ef44508..861bdc7d935 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf
@@ -207,19 +207,19 @@
Прозрачный компилятор (экспериментальная функция)
-
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- Предупреждение! Прозрачный компилятор пока поддерживает не все функции и может вызывать сбои или предоставлять неверные результаты.
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
-
+ Use at your own risk!
- Используйте его на свой риск!
+ Use at your own risk!
-
+ By checking this you also opt-in for additional performance telemetry
- Устанавливая этот флажок, вы также соглашались на дополнительную телеметрию производительности
+ By checking this you also opt-in for additional performance telemetry
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf
index c2ac32f4746..b94552de1fe 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf
@@ -207,19 +207,19 @@
Saydam Derleyiciyi kullan (deneysel)
-
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- UYARI! Saydam Derleyici henüz tüm özellikleri desteklemiyor ve kilitlenmelere neden olabilir veya hatalı sonuçlar verebilir.
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
-
+ Use at your own risk!
- Kullanım sorumluluğu size aittir!
+ Use at your own risk!
-
+ By checking this you also opt-in for additional performance telemetry
- Bunu seçerek ek performans telemetrisini de kabul etmiş olursunuz
+ By checking this you also opt-in for additional performance telemetry
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf
index ac175bc8524..662eee779b1 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf
@@ -207,19 +207,19 @@
透明编译器(实验性)
-
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- 警告!透明编译器尚不支持所有功能,可能会导致崩溃或提供错误结果。
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
-
+ Use at your own risk!
- 自行承担风险!
+ Use at your own risk!
-
+ By checking this you also opt-in for additional performance telemetry
- 选中此项即表示你也选择加入其他性能遥测
+ By checking this you also opt-in for additional performance telemetry
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf
index 745ce000821..569cbc1694a 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf
@@ -207,19 +207,19 @@
透明編譯器 (實驗性)
-
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- 警告!透明編譯器尚未支援所有功能,而且可能會造成當機或提供不正確的結果。
+ WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
-
+ Use at your own risk!
- 自行承擔使用風險!
+ Use at your own risk!
-
+ By checking this you also opt-in for additional performance telemetry
- 一旦核取,您也選擇加入其他效能遙測
+ By checking this you also opt-in for additional performance telemetry