Skip to content

Commit 0090b8f

Browse files
Update Resources.
1 parent 87a751d commit 0090b8f

File tree

15 files changed

+74
-6
lines changed

15 files changed

+74
-6
lines changed

src/System.Windows.Forms/Resources/SR.resx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7033,10 +7033,13 @@ Stack trace where the illegal operation occurred was:
70337033
<data name="ClipboardOrDragDrop_InvalidFormatTypeCombination" xml:space="preserve">
70347034
<value>The specified type '{0}' is not compatible with the specified format '{1}'.</value>
70357035
</data>
7036-
<data name="ClipboardOrDragDrop_CannotJsonSerializeDataObject">
7036+
<data name="ClipboardOrDragDrop_CannotJsonSerializeDataObject" xml:space="preserve">
70377037
<value>An object of type 'DataObject' will serialize as empty. Use 'DataObject.SetDataAsJson' APIs on your object to JSON-serialize the data within your object, then use the '{0}' API with your object.</value>
70387038
</data>
7039-
<data name="NotSupportedExceptionOnClipboard">
7039+
<data name="NotSupportedExceptionOnClipboard" xml:space="preserve">
70407040
<value>Clipboard contains a 'NotSupportedException' that indicates that write operation failed. '{0}'.</value>
70417041
</data>
7042-
</root>
7042+
<data name="FormScreenCaptureModeDescr" xml:space="preserve">
7043+
<value>Gets or sets the behavior for preventing screen capture/video recording of the form's content via screen capture applications based on the Windows APIs.</value>
7044+
</data>
7045+
</root>

src/System.Windows.Forms/Resources/xlf/SR.cs.xlf

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/Resources/xlf/SR.de.xlf

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/Resources/xlf/SR.es.xlf

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/Resources/xlf/SR.fr.xlf

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/Resources/xlf/SR.it.xlf

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/Resources/xlf/SR.ja.xlf

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/Resources/xlf/SR.ko.xlf

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/Resources/xlf/SR.pl.xlf

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/Resources/xlf/SR.pt-BR.xlf

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/Resources/xlf/SR.ru.xlf

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/Resources/xlf/SR.tr.xlf

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/Resources/xlf/SR.zh-Hans.xlf

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/Resources/xlf/SR.zh-Hant.xlf

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/System/Windows/Forms/Form.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1742,8 +1742,8 @@ internal override Control? ParentInternal
17421742
/// the setting takes effect when the form becomes visible.
17431743
/// </para>
17441744
/// <para>
1745-
/// Warning! Additional top-level window, which will be spinning off the form, will not be affected
1746-
/// by this setting. Please be aware, that for example sensitive information in a pop-up window
1745+
/// Warning! Additional top-level windows, which will be spinning off the form, will not be affected
1746+
/// by this setting. Please be aware, that for example sensitive information in a pop-up window
17471747
/// like a MessageBox, a context menu, DropDownButton menus or PullDown-menus can not be prevented
17481748
/// from being captured!
17491749
/// </para>
@@ -1757,7 +1757,7 @@ internal override Control? ParentInternal
17571757
/// </para>
17581758
/// </remarks>
17591759
/// <value>
1760-
/// One of the <see cref="ScreenCaptureMode"/> enumeration values. The default is
1760+
/// One of the <see cref="ScreenCaptureMode"/> enumeration values. The default is
17611761
/// <see cref="ScreenCaptureMode.Allow"/>.
17621762
/// </value>
17631763
[SRCategory(nameof(SR.CatWindowStyle))]

0 commit comments

Comments
 (0)