diff --git a/src/System.Windows.Forms/src/Resources/SR.resx b/src/System.Windows.Forms/src/Resources/SR.resx index 1cad254c213..7ec60605094 100644 --- a/src/System.Windows.Forms/src/Resources/SR.resx +++ b/src/System.Windows.Forms/src/Resources/SR.resx @@ -2367,8 +2367,8 @@ To replace this default dialog please handle the DataError event. DropDownWidth value cannot be smaller than {0}. - - Field called {0} does not exist. + + Property called {0} does not exist. DataGridViewComboBoxCell value is not valid. diff --git a/src/System.Windows.Forms/src/Resources/xlf/SR.cs.xlf b/src/System.Windows.Forms/src/Resources/xlf/SR.cs.xlf index 05b8d3b467a..d6214b8af90 100644 --- a/src/System.Windows.Forms/src/Resources/xlf/SR.cs.xlf +++ b/src/System.Windows.Forms/src/Resources/xlf/SR.cs.xlf @@ -2522,11 +2522,6 @@ Hodnota DropDownWidth nemůže být menší než {0}. - - Field called {0} does not exist. - Pole s názvem {0} neexistuje. - - DataGridViewComboBoxCell value is not valid. Hodnota DataGridViewComboBoxCell není platná. @@ -2537,6 +2532,11 @@ Hodnota MaxDropDownItems nemůže být menší než {0} nebo větší než {1}. + + Property called {0} does not exist. + Property called {0} does not exist. + + Occurs when the value of the DataMember property changes. Vyvolá se při změně hodnoty vlastnosti DataMember. diff --git a/src/System.Windows.Forms/src/Resources/xlf/SR.de.xlf b/src/System.Windows.Forms/src/Resources/xlf/SR.de.xlf index bb284984f8c..ddd14e9e0a5 100644 --- a/src/System.Windows.Forms/src/Resources/xlf/SR.de.xlf +++ b/src/System.Windows.Forms/src/Resources/xlf/SR.de.xlf @@ -2522,11 +2522,6 @@ Der DropDownWidth-Wert kann nicht kleiner als {0} sein. - - Field called {0} does not exist. - Das Feld {0} ist nicht vorhanden. - - DataGridViewComboBoxCell value is not valid. Der DataGridViewComboBoxCell-Wert ist ungültig. @@ -2537,6 +2532,11 @@ Der MaxDropDownItems-Wert kann nicht kleiner als {0} oder größer als {1} sein. + + Property called {0} does not exist. + Property called {0} does not exist. + + Occurs when the value of the DataMember property changes. Tritt auf, wenn sich der Wert der DataMember-Eigenschaft ändert. diff --git a/src/System.Windows.Forms/src/Resources/xlf/SR.es.xlf b/src/System.Windows.Forms/src/Resources/xlf/SR.es.xlf index 232668d1249..3b53ec7bf3e 100644 --- a/src/System.Windows.Forms/src/Resources/xlf/SR.es.xlf +++ b/src/System.Windows.Forms/src/Resources/xlf/SR.es.xlf @@ -2522,11 +2522,6 @@ El valor DropDownWidth no puede ser menor que {0}. - - Field called {0} does not exist. - El campo denominado {0} no existe. - - DataGridViewComboBoxCell value is not valid. El valor de DataGridViewComboBoxCell no es válido. @@ -2537,6 +2532,11 @@ El valor MaxDropDownItems no puede ser menor que {0} ni mayor que {1}. + + Property called {0} does not exist. + Property called {0} does not exist. + + Occurs when the value of the DataMember property changes. Tiene lugar cuando el valor de la propiedad DataMember cambia. diff --git a/src/System.Windows.Forms/src/Resources/xlf/SR.fr.xlf b/src/System.Windows.Forms/src/Resources/xlf/SR.fr.xlf index 07bd605e1ea..2806befb74b 100644 --- a/src/System.Windows.Forms/src/Resources/xlf/SR.fr.xlf +++ b/src/System.Windows.Forms/src/Resources/xlf/SR.fr.xlf @@ -2522,11 +2522,6 @@ La valeur DropDownWidth ne peut pas être inférieure à {0}. - - Field called {0} does not exist. - Le champ appelé {0} n'existe pas. - - DataGridViewComboBoxCell value is not valid. La valeur DataGridViewComboBoxCell n'est pas valide. @@ -2537,6 +2532,11 @@ La valeur MaxDropDownItems ne peut pas être inférieure à {0} ni supérieure à {1}. + + Property called {0} does not exist. + Property called {0} does not exist. + + Occurs when the value of the DataMember property changes. Se produit lorsque la valeur de la propriété DataMember change. diff --git a/src/System.Windows.Forms/src/Resources/xlf/SR.it.xlf b/src/System.Windows.Forms/src/Resources/xlf/SR.it.xlf index 6cb272c7c62..fae59c9cd76 100644 --- a/src/System.Windows.Forms/src/Resources/xlf/SR.it.xlf +++ b/src/System.Windows.Forms/src/Resources/xlf/SR.it.xlf @@ -2522,11 +2522,6 @@ Il valore di DropDownWidth non può essere inferiore a {0}. - - Field called {0} does not exist. - Il campo {0} non esiste. - - DataGridViewComboBoxCell value is not valid. Valore di DataGridViewComboBoxCell non valido. @@ -2537,6 +2532,11 @@ Il valore di MaxDropDownItems non può essere inferiore a {0} o maggiore di {1}. + + Property called {0} does not exist. + Property called {0} does not exist. + + Occurs when the value of the DataMember property changes. Generato quando il valore della proprietà DataMember cambia. diff --git a/src/System.Windows.Forms/src/Resources/xlf/SR.ja.xlf b/src/System.Windows.Forms/src/Resources/xlf/SR.ja.xlf index a2ab257fdec..2ee24affc4f 100644 --- a/src/System.Windows.Forms/src/Resources/xlf/SR.ja.xlf +++ b/src/System.Windows.Forms/src/Resources/xlf/SR.ja.xlf @@ -2522,11 +2522,6 @@ DropDownWidth に {0} より小さい値を指定することはできません。 - - Field called {0} does not exist. - {0} というフィールドは存在しません。 - - DataGridViewComboBoxCell value is not valid. DataGridViewComboBoxCell の値が有効ではありません @@ -2537,6 +2532,11 @@ MaxDropDownItems に {0} よりも小さい値、または {1} よりも大きい値を指定することはできません。 + + Property called {0} does not exist. + Property called {0} does not exist. + + Occurs when the value of the DataMember property changes. DataMember プロパティの値が変更したときに発生します。 diff --git a/src/System.Windows.Forms/src/Resources/xlf/SR.ko.xlf b/src/System.Windows.Forms/src/Resources/xlf/SR.ko.xlf index 517a0fb3045..031212568e7 100644 --- a/src/System.Windows.Forms/src/Resources/xlf/SR.ko.xlf +++ b/src/System.Windows.Forms/src/Resources/xlf/SR.ko.xlf @@ -2522,11 +2522,6 @@ DropDownWidth 값은 {0}보다 작을 수 없습니다. - - Field called {0} does not exist. - {0} 필드가 없습니다. - - DataGridViewComboBoxCell value is not valid. DataGridViewComboBoxCell 값이 잘못되었습니다. @@ -2537,6 +2532,11 @@ MaxDropDownItems 값은 {0}보다 작거나 {1}보다 클 수 없습니다. + + Property called {0} does not exist. + Property called {0} does not exist. + + Occurs when the value of the DataMember property changes. DataMember 속성 값이 변경될 때 발생합니다. diff --git a/src/System.Windows.Forms/src/Resources/xlf/SR.pl.xlf b/src/System.Windows.Forms/src/Resources/xlf/SR.pl.xlf index ffcc26cdf55..705dca9db55 100644 --- a/src/System.Windows.Forms/src/Resources/xlf/SR.pl.xlf +++ b/src/System.Windows.Forms/src/Resources/xlf/SR.pl.xlf @@ -2522,11 +2522,6 @@ Wartość DropDownWidth nie może być mniejsza niż {0}. - - Field called {0} does not exist. - Pole o nazwie {0} nie istnieje. - - DataGridViewComboBoxCell value is not valid. Wartość DataGridViewComboBoxCell jest nieprawidłowa. @@ -2537,6 +2532,11 @@ Wartość MaxDropDownItems nie może być mniejsza niż {0} ani większa niż {1}. + + Property called {0} does not exist. + Property called {0} does not exist. + + Occurs when the value of the DataMember property changes. Występuje, gdy wartość właściwości DataMember zmieni się. diff --git a/src/System.Windows.Forms/src/Resources/xlf/SR.pt-BR.xlf b/src/System.Windows.Forms/src/Resources/xlf/SR.pt-BR.xlf index 0fdd959950c..b0c0faea251 100644 --- a/src/System.Windows.Forms/src/Resources/xlf/SR.pt-BR.xlf +++ b/src/System.Windows.Forms/src/Resources/xlf/SR.pt-BR.xlf @@ -2522,11 +2522,6 @@ O valor de DropDownWidth não pode ser menor que {0}. - - Field called {0} does not exist. - O campo denominado {0} não existe. - - DataGridViewComboBoxCell value is not valid. O valor de DataGridViewComboBoxCell não é válido. @@ -2537,6 +2532,11 @@ O valor de MaxDropDownItems não pode ser menor que {0} ou maior que {1}. + + Property called {0} does not exist. + Property called {0} does not exist. + + Occurs when the value of the DataMember property changes. Ocorre quando o valor da propriedade DataMember é alterado. diff --git a/src/System.Windows.Forms/src/Resources/xlf/SR.ru.xlf b/src/System.Windows.Forms/src/Resources/xlf/SR.ru.xlf index d046fb12eb5..70ea3ab70ed 100644 --- a/src/System.Windows.Forms/src/Resources/xlf/SR.ru.xlf +++ b/src/System.Windows.Forms/src/Resources/xlf/SR.ru.xlf @@ -2522,11 +2522,6 @@ Значение DropDownWidth не может быть меньше {0}. - - Field called {0} does not exist. - Поле с именем {0} не существует. - - DataGridViewComboBoxCell value is not valid. Недопустимое значение DataGridViewComboBoxCell. @@ -2537,6 +2532,11 @@ Значение MaxDropDownItems не может быть меньше {0} или больше {1}. + + Property called {0} does not exist. + Property called {0} does not exist. + + Occurs when the value of the DataMember property changes. Возникает при изменении значения свойства DataMember. diff --git a/src/System.Windows.Forms/src/Resources/xlf/SR.tr.xlf b/src/System.Windows.Forms/src/Resources/xlf/SR.tr.xlf index 9102199b416..b73be21a023 100644 --- a/src/System.Windows.Forms/src/Resources/xlf/SR.tr.xlf +++ b/src/System.Windows.Forms/src/Resources/xlf/SR.tr.xlf @@ -2522,11 +2522,6 @@ DropDownWidth değeri {0} değerinden küçük olamaz. - - Field called {0} does not exist. - {0} adlı alan yok. - - DataGridViewComboBoxCell value is not valid. DataGridViewComboBoxCell değeri geçerli değil. @@ -2537,6 +2532,11 @@ MaxDropDownItems değeri {0} değerinden küçük veya {1} değerinden büyük olamaz. + + Property called {0} does not exist. + Property called {0} does not exist. + + Occurs when the value of the DataMember property changes. DataMember özelliğinin değeri değiştiğinde gerçekleşir. diff --git a/src/System.Windows.Forms/src/Resources/xlf/SR.zh-Hans.xlf b/src/System.Windows.Forms/src/Resources/xlf/SR.zh-Hans.xlf index 8182bec2109..7fb3a8988e4 100644 --- a/src/System.Windows.Forms/src/Resources/xlf/SR.zh-Hans.xlf +++ b/src/System.Windows.Forms/src/Resources/xlf/SR.zh-Hans.xlf @@ -2522,11 +2522,6 @@ DropDownWidth 值不能小于 {0}。 - - Field called {0} does not exist. - 不存在名为 {0} 的字段。 - - DataGridViewComboBoxCell value is not valid. DataGridViewComboBoxCell 值无效。 @@ -2537,6 +2532,11 @@ MaxDropDownItems 值不能小于 {0} 或大于 {1}。 + + Property called {0} does not exist. + Property called {0} does not exist. + + Occurs when the value of the DataMember property changes. DataMember 属性值更改时发生。 diff --git a/src/System.Windows.Forms/src/Resources/xlf/SR.zh-Hant.xlf b/src/System.Windows.Forms/src/Resources/xlf/SR.zh-Hant.xlf index 2ebb3bf55b0..523730afdd3 100644 --- a/src/System.Windows.Forms/src/Resources/xlf/SR.zh-Hant.xlf +++ b/src/System.Windows.Forms/src/Resources/xlf/SR.zh-Hant.xlf @@ -2522,11 +2522,6 @@ DropDownWidth 值不能小於 {0}。 - - Field called {0} does not exist. - 呼叫 {0} 的欄位不存在。 - - DataGridViewComboBoxCell value is not valid. DataGridViewComboBoxCell 值無效。 @@ -2537,6 +2532,11 @@ MaxDropDownItems 值不能小於 {0} 或大於 {1}。 + + Property called {0} does not exist. + Property called {0} does not exist. + + Occurs when the value of the DataMember property changes. DataMember 屬性的值變更時發生。 diff --git a/src/System.Windows.Forms/src/System/Windows/Forms/Controls/DataGridView/DataGridViewComboBoxCell.cs b/src/System.Windows.Forms/src/System/Windows/Forms/Controls/DataGridView/DataGridViewComboBoxCell.cs index 8dc639df56c..a9a4c7421f0 100644 --- a/src/System.Windows.Forms/src/System/Windows/Forms/Controls/DataGridView/DataGridViewComboBoxCell.cs +++ b/src/System.Windows.Forms/src/System/Windows/Forms/Controls/DataGridView/DataGridViewComboBoxCell.cs @@ -1359,7 +1359,7 @@ private void InitializeDisplayMemberPropertyDescriptor(string? displayMember) PropertyDescriptor? displayMemberProperty = props.Find(displayBindingMember.BindingField, true); if (displayMemberProperty is null) { - throw new ArgumentException(string.Format(SR.DataGridViewComboBoxCell_FieldNotFound, displayMember)); + throw new ArgumentException(string.Format(SR.DataGridViewComboBoxCell_PropertyNotFound, displayMember)); } else { @@ -1390,7 +1390,7 @@ private void InitializeValueMemberPropertyDescriptor(string? valueMember) PropertyDescriptor? valueMemberProperty = props.Find(valueBindingMember.BindingField, true); if (valueMemberProperty is null) { - throw new ArgumentException(string.Format(SR.DataGridViewComboBoxCell_FieldNotFound, valueMember)); + throw new ArgumentException(string.Format(SR.DataGridViewComboBoxCell_PropertyNotFound, valueMember)); } else {