diff --git a/src/Compiler/xlf/FSComp.txt.cs.xlf b/src/Compiler/xlf/FSComp.txt.cs.xlf
index 6ff9f635bb..ea75ecee60 100644
--- a/src/Compiler/xlf/FSComp.txt.cs.xlf
+++ b/src/Compiler/xlf/FSComp.txt.cs.xlf
@@ -1869,7 +1869,7 @@
The type '{0}' does not define a field, constructor, or member named '{1}'.
- The type '{0}' does not have a field, property, or member named '{1}'.
+ The type '{0}' does not define a field, constructor, or member named '{1}'.
@@ -2264,7 +2264,7 @@
The name '{0}' is used as both a namespace and a module in this assembly. Rename one of them to avoid the conflict.
- Obor názvů a modul s názvem {0} se oba vyskytují ve dvou částech tohoto sestavení.
+ The name '{0}' is used as both a namespace and a module in this assembly. Rename one of them to avoid the conflict.
@@ -3369,12 +3369,12 @@
Expecting a type supporting the operator '{0}' but given a function type. You may be missing an argument to a function, or the operator may not be in scope. Check that you have opened the correct module or namespace.
- Očekává se typ podporující operátor {0}, ale předává se typ funkce. Možná, že u funkce chybí argument.
+ Expecting a type supporting the operator '{0}' but given a function type. You may be missing an argument to a function, or the operator may not be in scope. Check that you have opened the correct module or namespace.Operator '{0}' cannot be applied to a tuple type. You may have an unintended extra comma creating a tuple, or the operator may not be in scope. Check that you have opened the correct module or namespace.
- Očekává se typ podporující operátor {0}, ale předává se typ řazené kolekce členů.
+ Operator '{0}' cannot be applied to a tuple type. You may have an unintended extra comma creating a tuple, or the operator may not be in scope. Check that you have opened the correct module or namespace.
@@ -4354,7 +4354,7 @@
This code is not sufficiently generic. The type variable {0} could not be generalized because it would escape its scope. Consider adding a type annotation, converting the value to a function, or making the definition 'inline'.
- Tento kód není dostatečně obecný. Proměnná typu {0} se nedá zobecnit, protože by se tak dostala mimo svůj definiční obor.
+ This code is not sufficiently generic. The type variable {0} could not be generalized because it would escape its scope. Consider adding a type annotation, converting the value to a function, or making the definition 'inline'.
@@ -8967,16 +8967,16 @@
This expression is a function value. When used in an interpolated string it will be formatted using its 'ToString' method, which is likely not the intended behavior. Consider applying the function to its arguments.
-
- '{0}' cannot be the final expression in a computation expression. Finish with 'return', 'return!', or a simple expression.
- '{0}' cannot be the final expression in a computation expression. Finish with 'return', 'return!', or a simple expression.
-
-
-
- This list expression contains a single tuple element. Did you mean to use ';' instead of ',' to separate list elements?
- This list expression contains a single tuple element. Did you mean to use ';' instead of ',' to separate list elements?
-
-
+
+ '{0}' cannot be the final expression in a computation expression. Finish with 'return', 'return!', or a simple expression.
+ '{0}' cannot be the final expression in a computation expression. Finish with 'return', 'return!', or a simple expression.
+
+
+
+ This list expression contains a single tuple element. Did you mean to use ';' instead of ',' to separate list elements?
+ This list expression contains a single tuple element. Did you mean to use ';' instead of ',' to separate list elements?
+
+