diff --git a/src/Compilers/CSharp/Portable/CSharpResources.resx b/src/Compilers/CSharp/Portable/CSharpResources.resx index 437c5f40ed588..6b6e3cf3e7368 100644 --- a/src/Compilers/CSharp/Portable/CSharpResources.resx +++ b/src/Compilers/CSharp/Portable/CSharpResources.resx @@ -985,7 +985,7 @@ Cannot call an abstract base member: '{0}' - A property or indexer may not be passed as an out or ref parameter + An indexer or auto-implemented property may not be used as an out or ref value Cannot take the address of, get the size of, or declare a pointer to a managed type ('{0}') diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.cs.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.cs.xlf index 0325103290afd..a692a79431c46 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.cs.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.cs.xlf @@ -5262,8 +5262,8 @@ - A property or indexer may not be passed as an out or ref parameter - Vlastnost nebo indexer nejde předat jako parametr ref nebo out. + An indexer or auto-implemented property may not be used as an out or ref value + Vlastnost nebo indexer nejde předat jako parametr ref nebo out. diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf index 835992c950b8b..328d3fc782493 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf @@ -5262,8 +5262,8 @@ - A property or indexer may not be passed as an out or ref parameter - Eine Eigenschaft oder ein Indexer kann nicht als out- oder ref-Parameter übergeben werden. + An indexer or auto-implemented property may not be used as an out or ref value + Eine Eigenschaft oder ein Indexer kann nicht als out- oder ref-Parameter übergeben werden. diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf index 7a22606c7e460..ab83978774d39 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf @@ -5262,8 +5262,8 @@ - A property or indexer may not be passed as an out or ref parameter - Una propiedad o un indizador no se puede pasar como parámetro out o ref + An indexer or auto-implemented property may not be used as an out or ref value + Una propiedad o un indizador no se puede pasar como parámetro out o ref diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.fr.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.fr.xlf index 287e9d2e806dc..3ac371a2b7f9b 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.fr.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.fr.xlf @@ -5262,8 +5262,8 @@ - A property or indexer may not be passed as an out or ref parameter - Impossible de passer une propriété ou un indexeur en tant que paramètre de sortie (out) ni de référence (ref) + An indexer or auto-implemented property may not be used as an out or ref value + Impossible de passer une propriété ou un indexeur en tant que paramètre de sortie (out) ni de référence (ref) diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf index 6eae94bc95785..a2f3306fa0558 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf @@ -5262,8 +5262,8 @@ - A property or indexer may not be passed as an out or ref parameter - Una proprietà o un indicizzatore non può essere passato come parametro out o ref + An indexer or auto-implemented property may not be used as an out or ref value + Una proprietà o un indicizzatore non può essere passato come parametro out o ref diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf index 088708827157e..a2ce6ce0d6ecf 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf @@ -5262,8 +5262,8 @@ - A property or indexer may not be passed as an out or ref parameter - プロパティまたはインデクサーを out か ref のパラメーターとして渡すことはできません + An indexer or auto-implemented property may not be used as an out or ref value + プロパティまたはインデクサーを out か ref のパラメーターとして渡すことはできません diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf index 0174178491374..aa46907899eab 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf @@ -5261,8 +5261,8 @@ - A property or indexer may not be passed as an out or ref parameter - 속성 또는 인덱서는 out 또는 ref 매개 변수로 전달할 수 없습니다. + An indexer or auto-implemented property may not be used as an out or ref value + 속성 또는 인덱서는 out 또는 ref 매개 변수로 전달할 수 없습니다. diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf index 16003fc6f22fd..c050a1f373987 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf @@ -5262,8 +5262,8 @@ - A property or indexer may not be passed as an out or ref parameter - Nie można przekazać właściwości lub indeksatora jako parametru „out” lub „ref”. + An indexer or auto-implemented property may not be used as an out or ref value + Nie można przekazać właściwości lub indeksatora jako parametru „out” lub „ref”. diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf index b411dcd16ac19..8273d78cffa82 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf @@ -5262,8 +5262,8 @@ - A property or indexer may not be passed as an out or ref parameter - Talvez uma propriedade ou um indexador não possa ser passado como um parâmetro out ou ref + An indexer or auto-implemented property may not be used as an out or ref value + Talvez uma propriedade ou um indexador não possa ser passado como um parâmetro out ou ref diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf index f626ff3a63f1f..987b20c30e6b4 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf @@ -5262,8 +5262,8 @@ - A property or indexer may not be passed as an out or ref parameter - Свойство или индексатор не могут передаваться как параметр out или ref. + An indexer or auto-implemented property may not be used as an out or ref value + Свойство или индексатор не могут передаваться как параметр out или ref. diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.tr.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.tr.xlf index 4f16e74373a4d..eb798f20ca872 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.tr.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.tr.xlf @@ -5262,8 +5262,8 @@ - A property or indexer may not be passed as an out or ref parameter - Bir özellik veya dizin erişimcisi, out veya ref parametresi olarak geçilemez + An indexer or auto-implemented property may not be used as an out or ref value + Bir özellik veya dizin erişimcisi, out veya ref parametresi olarak geçilemez diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hans.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hans.xlf index 17853b03b80f3..b2cb51cf0f2cf 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hans.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hans.xlf @@ -5267,8 +5267,8 @@ - A property or indexer may not be passed as an out or ref parameter - 属性或索引器不能作为 out 或 ref 参数传递 + An indexer or auto-implemented property may not be used as an out or ref value + 属性或索引器不能作为 out 或 ref 参数传递 diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hant.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hant.xlf index 134bcee658b99..3d6c2913fb46a 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hant.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hant.xlf @@ -5262,8 +5262,8 @@ - A property or indexer may not be passed as an out or ref parameter - 屬性或索引子不可以 out 或 ref 參數形式傳遞 + An indexer or auto-implemented property may not be used as an out or ref value + 屬性或索引子不可以 out 或 ref 參數形式傳遞