Skip to content

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="CannotModified" xml:space="preserve">
<value>{0} cannot be modified directly, use {1} instead.</value>
<value>{0}“ kann nicht direkt geändert werden. Verwenden Sie stattdessen „{1}.</value>
</data>
<data name="Columns" xml:space="preserve">
<value>Spalten</value>
Expand All @@ -140,9 +140,9 @@
<comment>The format string that is used by the InnerList in the case where a whole number type is used. The {0} will be the column value.</comment>
</data>
<data name="NotSupportAddingToItems" xml:space="preserve">
<value>{0} does not support adding to the Items collection, use {1} instead.</value>
<value>Das Hinzufügen zur Elementsammlung wird von „{0}“ nicht unterstützt. Verwenden Sie stattdessen „{1}.</value>
</data>
<data name="ViewSetWithType" xml:space="preserve">
<value>If View is set to a {0}, it should have the type {1}.</value>
<value>Wenn die Ansicht auf „{0}“ eingestellt ist, sollte sie den Typ „{1}“ aufweisen.</value>
</data>
</root>

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="CannotModified" xml:space="preserve">
<value>{0} cannot be modified directly, use {1} instead.</value>
<value>{0} no se puede modificar directamente, use {1} en su lugar.</value>
</data>
<data name="Columns" xml:space="preserve">
<value>Columnas</value>
Expand All @@ -140,9 +140,9 @@
<comment>The format string that is used by the InnerList in the case where a whole number type is used. The {0} will be the column value.</comment>
</data>
<data name="NotSupportAddingToItems" xml:space="preserve">
<value>{0} does not support adding to the Items collection, use {1} instead.</value>
<value>{0} no admite la adición a la colección Items, use {1} en su lugar.</value>
</data>
<data name="ViewSetWithType" xml:space="preserve">
<value>If View is set to a {0}, it should have the type {1}.</value>
<value>Si View se establece en un {0}, debe tener el tipo {1}.</value>
</data>
</root>

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="OutGridViewWindowObjectName" xml:space="preserve">
<value>OutGridViewWindow Object</value>
<value>Objet OutGridViewWindow</value>
</data>
</root>
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="CannotModified" xml:space="preserve">
<value>{0} cannot be modified directly, use {1} instead.</value>
<value>{0} ne peut pas être modifié directement, utilisez {1} à la place.</value>
</data>
<data name="Columns" xml:space="preserve">
<value>Colonnes</value>
Expand All @@ -140,9 +140,9 @@
<comment>The format string that is used by the InnerList in the case where a whole number type is used. The {0} will be the column value.</comment>
</data>
<data name="NotSupportAddingToItems" xml:space="preserve">
<value>{0} does not support adding to the Items collection, use {1} instead.</value>
<value>{0} ne prend pas en charge les ajouts dans les collections d’éléments, utilisez {1} à la place.</value>
</data>
<data name="ViewSetWithType" xml:space="preserve">
<value>If View is set to a {0}, it should have the type {1}.</value>
<value>Si Affichage a la valeur {0}, le type doit être {1}.</value>
</data>
</root>
Loading
Loading