This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
accessibilityTool.strings
286 lines (286 loc) · 34.3 KB
/
accessibilityTool.strings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<resources>
<string id="8169" name="a11y_AcceleratorKey_tooltip">
<value>The AcceleratorKey property is a string containing the accelerator key combinations for the automation element. Accelerator key (also called shortcut key) combinations invoke an action. For example, CTRL+O is often used to invoke the Open file common dialog box. An automation element that has the accelerator key property may implement the Invoke control pattern for the action that is equivalent to the accelerator command.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name AcceleratorKey.</comment>
</string>
<string id="8170" name="a11y_AccessKey_tooltip">
<value>The AccessKey property is a string containing the access key character for the automation element. An access key (sometimes called a keyboard shortcut or mnemonic) is a character in the text of a menu, menu item, or label of a control such as a button, that activates the associated menu function. For example, to open the File menu, for which the access key is typically F, the user would press ALT+F.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name AccessKey.</comment>
</string>
<string id="8171" name="a11y_AriaProperties_tooltip">
<value>The AriaProperties property is a formatted string containing the Accessible Rich Internet Application (ARIA) property information for the automation element. For more information about mapping ARIA states and properties to UI Automation properties and functions, see UI Automation for W3C Accessible Rich Internet Applications Specification. AriaProperties is a collection of Name/Value pairs with delimiters of "="(equals) and ";" (semicolon), for example, "checked=true;disabled=false". The "\" (backslash) is used as an escape character when these delimiter characters or "\" appear in the values. For security and other reasons, the provider implementation of this property can take steps to validate the original ARIA properties; however, it is not required. The AriaProperties property has a variant type of VT_BSTR; the default value is an empty string.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name AriaProperties.</comment>
</string>
<string id="8172" name="a11y_AriaRole_tooltip">
<value>The AriaRole property is a string containing the Accessible Rich Internet Application (ARIA) role information for the automation element. For more information about mapping ARIA roles to UI Automation control types, see UI Automation for W3C Accessible Rich Internet Applications Specification.Note As an option, the user agent can also offer a localized description of the W3C ARIA role in the LocalizedControlType property. When the localized string is not specified, the system will provide the default LocalizedControlType string for the element. The AriaRole property has a variant type of VT_BSTR; the default value is an empty string.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name AriaRole.</comment>
</string>
<string id="8173" name="a11y_AutomationId_tooltip">
<value>The AutomationId property is a string containing the UI Automation identifier (ID) for the automation element. When it is available, the AutomationId of an element must be the same in any instance of the application, regardless of the local language. The value should be unique among sibling elements, but not necessarily unique across the entire desktop. For example, multiple instances of an application, or multiple folder views in Microsoft Windows Explorer, may contain elements with the same AutomationId property, such as "SystemMenuBar". While support for AutomationId is always recommended for better testability, this property is not mandatory. Where it is supported, AutomationId is useful for creating a test automation script that runs regardless of the UI language. Clients should make no assumptions regarding the AutomationIds exposed by other applications. AutomationId is not guaranteed to be stable across different releases or builds of an application. The AutomationId property has a variant type of VT_BSTR; the default value is an empty string.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name AutomationId.</comment>
</string>
<string id="8174" name="a11y_BoundingRectangle_tooltip">
<value>The BoundingRectangle property specifies the coordinates of the rectangle that completely encloses the automation element. The rectangle is expressed in physical screen coordinates. It can contain points that are not clickable if the shape or clickable region of the UI item is irregular, or if the item is obscured by other UI elements. The BoundingRectangle property has a variant type of VT_R8|VT_ARRAY; the default value is an empty rectangle. This property is NULL if the item is not currently displaying a user interface (UI).</value>
<comment>String shown in the accessbility panel as the tooltip for the property name BoundingRectangle.</comment>
</string>
<string id="8175" name="a11y_ClassName_tooltip">
<value>The ClassName property is a string containing the class name for the automation element as assigned by the control developer. The class name depends on the implementation of the UI Automation provider and therefore cannot be counted on to be in a standard format. However, if the class name is known, it can be used to verify that an application is working with the expected automation element. The ClassName property has a variant type of VT_BSTR; the default value is an empty string.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name ClassName.</comment>
</string>
<string id="8176" name="a11y_ClickablePoint_tooltip">
<value>TheClickablePoint property is a point on the element that can be clicked. An element cannot be clicked if it is completely or partially obscured by another element.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name ClickablePoint.</comment>
</string>
<string id="8177" name="a11y_Controltype_tooltip">
<value>The ControlType property is a class that identifies the type of the automation element. ControlType defines characteristics of the UI elements by well known UI control primitives such as button or check box.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name Controltype.</comment>
</string>
<string id="8178" name="a11y_ControllerFor_tooltip">
<value>ControllerFor property is an array of automation elements that are manipulated by the automation element that supports this property. ControllerFor is used when an automation element affects one or more segments of the application UI or the desktop; otherwise, it is hard to associate the impact of the control operation with UI elements.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name ControllerFor.</comment>
</string>
<string id="8179" name="a11y_Culture_tooltip">
<value>The Culture contains a locale identifier for the automation element (for example, 0x0409 for "en-US" or English (United States)). Each locale has a unique identifier, a 32-bit value that consists of a language identifier and a sort order dentifier. The locale identifier is a standard international numeric abbreviation and has the components necessary to uniquely identify one of the installed operating system-defined locales.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name Culture.</comment>
</string>
<string id="8180" name="a11y_DescribedBy_tooltip">
<value>Identifies the DescribedBy property, which is an array of elements that provide more information about the automation element. DescribedBy is used when an automation element is explained by another segment of the application UI. For example, the property can point to a text element of "2,529 items in 85 groups, 10 items selected" from a complex custom list object. Instead of using the object model for clients to digest similar information, the DescribedBy property can offer quick access to the UI element that may already offer useful end-user information that describes the UI element.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name DescribedBy.</comment>
</string>
<string id="8181" name="a11y_ExpandCollapse.ExpandCollapseState_tooltip">
<value>The visibility of immediate child objects only; it does not refer to the visibility of all descendant objects.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name ExpandCollapse.ExpandCollapseState.</comment>
</string>
<string id="8182" name="a11y_FlowsFrom_tooltip">
<value>The FlowsFrom property specifies the reading order when automation elements are not exposed or structured in the same reading order as perceived by the user. While the FlowsFrom property can specify multiple preceding elements, it typically contains only the prior element in the reading order.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name FlowsFrom.</comment>
</string>
<string id="8183" name="a11y_FlowsTo_tooltip">
<value>FlowsTo is an array of automation elements that suggests the reading order after the current automation element. The FlowsTo property specifies the reading order when automation elements are not exposed or structured in the same reading order as perceived by the user. While the FlowsTo property can specify multiple succeeding elements, it typically contains only the next element in the reading order.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name FlowsTo.</comment>
</string>
<string id="8184" name="a11y_FrameworkId_tooltip">
<value>The FrameworkId property is a string containing the name of the underlying UI framework that the automation element belongs to. The FrameworkId enables client applications to process automation elements differently depending on the particular UI framework. Examples of property values include "Win32", "WinForm", and "DirectUI". The FrameworkId property has a variant type of VT_BSTR; the default value is an empty string.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name FrameworkId.</comment>
</string>
<string id="8185" name="a11y_Grid.ColumnCount_tooltip">
<value>The number of columns in the grid.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name Grid.ColumnCount.</comment>
</string>
<string id="8186" name="a11y_Grid.RowCount_tooltip">
<value>The number of rows in the grid.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name Grid.RowCount.</comment>
</string>
<string id="8187" name="a11y_GridItem.Column_tooltip">
<value>The zero-based index of the column that contains the item.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name GridItem.Column.</comment>
</string>
<string id="8188" name="a11y_GridItem.ColumnSpan_tooltip">
<value>The number of columns spanned by the grid item.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name GridItem.ColumnSpan.</comment>
</string>
<string id="8189" name="a11y_GridItem.ContainingGrid_tooltip">
<value>The element that contains the grid item.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name GridItem.ContainingGrid.</comment>
</string>
<string id="8190" name="a11y_GridItem.Row_tooltip">
<value>The zero-based index of the row that contains the item.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name GridItem.Row.</comment>
</string>
<string id="8191" name="a11y_GridItem.RowSpan_tooltip">
<value>The number of rows spanned by the grid item.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name GridItem.RowSpan.</comment>
</string>
<string id="8192" name="a11y_HasKeyboardFocus_tooltip">
<value>A bolean value that indicates whether the automation element has keyboard focus. The HasKeyboardFocus property has a variant type of VT_BOOL; the default value is FALSE.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name HasKeyboardFocus.</comment>
</string>
<string id="8193" name="a11y_HelpText_tooltip">
<value>A help text string associated with the automation element. The HelpText property is typically obtained from tooltip text associated with the element. The property can also be supported with placeholder text appearing in edit or list controls. For example, "Type text here for search" is a good candidate the HelpText property for an edit control that places the text prior to the user's actual input. However, it is not adequate for the name property of the edit control. When HelpText is supported, the string must match the application UI language or the operating system default UI language.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name HelpText.</comment>
</string>
<string id="8194" name="a11y_IsContentElement_tooltip">
<value>A boolean value that specifies whether the element appears in the content view of the automation element tree. For more information, see UI Automation Tree Overview.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name IsContentElement.</comment>
</string>
<string id="8195" name="a11y_IsControlElement_tooltip">
<value>A boolean value that specifies whether the element appears in the control view of the automation element tree. For more information, see UI Automation Tree Overview.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name IsControlElement.</comment>
</string>
<string id="8196" name="a11y_IsDataValidForForm_tooltip">
<value>A boolean value that indicates whether the entered or selected value is valid for the form rule associated with the automation element. For example, if the user entered "425-555-5555" for a zip code field that requires 5 or 9 digits, the IsDataValidForForm property can be set to FALSE to indicate that the data is not valid.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name IsDataValidForForm.</comment>
</string>
<string id="8197" name="a11y_IsEnabled_tooltip">
<value>A boolean value that indicates whether the user interface (UI) item referenced by the automation element is enabled and can be interacted with.When the enabled state of a control is FALSE, it is assumed that child controls are also not enabled. Clients should not expect property-changed events from child elements when the state of the parent control changes.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name IsEnabled.</comment>
</string>
<string id="8198" name="a11y_IsKeyboardFocusable_tooltip">
<value>A boolean value that indicates whether the automation element can accept keyboard focus.The IsKeyboardFocusable property has a variant type of bool the default value is false.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name IsKeyboardFocusable.</comment>
</string>
<string id="8199" name="a11y_IsOffscreen_tooltip">
<value>A boolean value that indicates whether the automation element is entirely scrolled out of view (for example, an item in a list box that is outside the viewport of the container object) or collapsed out of view (for example, an item in a tree view or menu, or in a minimized window). If the element has a clickable point that can cause it to receive the focus, the element is considered to be on-screen while a portion of the element is off screen. The value of the property is not affected by occlusion by other windows, or by whether the element is visible on a specific monitor. If the IsOffscreen property is TRUE, the UI element is scrolled off-screen or collapsed. The element is temporarily hidden, yet it remains in the end-user's perception and continues to be included in the UI model. The object can be brought back into view by scrolling, clicking a drop-down, and so on. Objects that the end-user does not perceive at all, or that are "programmatically hidden" (for example, a dialog box that has been dismissed, but the underlining object is still cached by the application) should not be in the automation element tree in the first place (instead of setting the state of IsOffscreen to TRUE). The IsOffscreen property has a variant type of boolean; the default value is false.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name IsOffscreen.</comment>
</string>
<string id="8200" name="a11y_IsPassword_tooltip">
<value>A boolean value that indicates whether the automation element contains protected content or a password. When the IsPassword property is TRUE and the element has the keyboard focus, a client application should disable keyboard echoing or keyboard input feedback that may expose the user's protected information. Attempting to access the Value property of the protected element (edit control) may cause an error to occur.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name IsPassword.</comment>
</string>
<string id="8201" name="a11y_IsPeripheral_tooltip">
<value>IsPeripheral is a Boolean value that indicates whether the automation element represents peripheral UI. Peripheral UI appears and supports user interaction, but does not take keyboard focus when it appears. Examples of peripheral UI includes popups, flyouts, context menus, or floating notifications.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name IsPeripheral.</comment>
</string>
<string id="8202" name="a11y_IsRequiredForForm_tooltip">
<value>IsRequiredForForm is a Boolean value that indicates whether the automation element is required to be filled out on a form.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name IsRequiredForForm.</comment>
</string>
<string id="8203" name="a11y_ItemStatus_tooltip">
<value>ItemStatus is a text string describing the status of an item of the automation element. ItemStatus enables a client to ascertain whether an element is conveying status about an item as well as what the status is. For example, an item associated with a contact in a messaging application might be "Busy" or "Connected". When ItemStatus is supported, the string must match the application UI language or the operating system default UI language. The ItemStatus property has a variant type of VT_BSTR; the default value is an empty string.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name ItemStatus.</comment>
</string>
<string id="8204" name="a11y_Itemtype_tooltip">
<value>ItemType is a text string describing the type of the automation element. ItemType is used to obtain information about items in a list, tree view, or data grid. For example, an item in a file directory view might be a "Document File" or a "Folder". When ItemType is supported, the string must match the application UI language or the operating system default UI language.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name Itemtype.</comment>
</string>
<string id="8205" name="a11y_LabeledBy_tooltip">
<value>LabeledBy is an automation element that contains the text label for this element. This property can be used to retrieve, for example, the static text label for a combo box.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name LabeledBy.</comment>
</string>
<string id="8206" name="a11y_Level_tooltip">
<value>The Level property describes the location of an element inside a hierarchical or broken hierarchical structures. For example a bulleted/numbered list, headings, or other structured data items can have various parent/child relationships. Level describes where in the structure the item is located.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name Level.</comment>
</string>
<string id="8207" name="a11y_LiveSetting_tooltip">
<value>The LiveSetting is supported by an automation element that represents a live region. The LiveSetting property indicates the "politeness" level that a client should use to notify the user of changes to the live region. This property can be one of the values from the LiveSetting enumeration.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name LiveSetting.</comment>
</string>
<string id="8208" name="a11y_LocalizedControltype_tooltip">
<value>LocalizedControlType is a text string describing the type of control that the automation element represents. The string should contain only lowercase characters: •Correct: "button" •Incorrect: "Button" When LocalizedControlType is not specified by the element provider, the default localized string is supplied by the framework, according to the control type of the element (for example, "button" for the button control type). An automation element with the Custom control type must support a localized control type string that represents the role of the element (for example, "color picker" for a custom control that enables users to choose and specify colors). When a custom value is supplied, the string must match the application UI language or the operating system default UI language.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name LocalizedControltype.</comment>
</string>
<string id="8209" name="a11y_Name_tooltip">
<value>Name is a string for the text representation of the automation element. The Name property should always be the same as the label text on screen. For example, Name must be "Browse" for the button element with the label "Browse". The Name property must not include the mnemonic character for the access keys (that is, "&"), which is underlined in the UI text presentation. Also, the Name property should not be an extended or modified version of the on-screen label because the inconsistency between the name and the label can cause confusion among client applications and users. When the corresponding label text is not visible on screen, or when it is replaced by graphics, alternative text should be chosen. The alternative text should be concise, intuitive, and localized to the application UI language, or to the operating system default UI language. The alternative text should not be a detailed description of the visual details, but a concise description of the UI function or feature as if it were labeled by simple text. For example, the Windows Start menu button is named "Start" (button) instead of "Windows Logo on blue round sphere graphics" (button). For more information, see Creating Text Equivalents for Images. When a UI label uses text graphics (for example, using ">>" for a button that adds an item from right to left), the Name property should be overridden by an appropriate text alternative (for example, "Add"). However the practice of using text graphics as a UI label is discouraged due to both localization and accessibility concerns. The Name property must not include the control role or type information, such as "button" or "list"; otherwise, it will conflict with the text from the LocalizedControlType property. The Name property may not be used as a unique identifier among siblings. However, as long as it is consistent with the UI presentation, the same Name value can be supported among peers. For test automation, the clients should consider using the AutomationId or RuntimeId property.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name Name.</comment>
</string>
<string id="8210" name="a11y_NativeWindowHandle_tooltip">
<value>NativeWindowHandle is an integer that represents the handle (HWND) of the automation element window, if it exists; otherwise, this property is 0.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name NativeWindowHandle.</comment>
</string>
<string id="8211" name="a11y_OptimizeForVisualContent_tooltip">
<value>The OptimizeForVisualContent property is a boolean value that indicates whether the provider exposes only elements that are visible. A provider can use this property to optimize performance when working with very large pieces of content. For example, as the user pages through a large piece of content, the provider can destroy content elements that are no longer visible. </value>
<comment>String shown in the accessbility panel as the tooltip for the property name OptimizeForVisualContent.</comment>
</string>
<string id="8212" name="a11y_Orientation_tooltip">
<value>The Orientation property indicates the orientation of the control represented by the automation element. The property is expressed as a value from the OrientationType enumerated type.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name Orientation.</comment>
</string>
<string id="8213" name="a11y_PositionInSet_tooltip">
<value>The PositionInSet property is a 1-based integer associated with an automation element. PositionInSet describes the ordinal location of the element within a set of elements which are considered to be siblings. PositionInSet works in coordination with the SizeOfSet property to describe the ordinal location in the set.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name PositionInSet.</comment>
</string>
<string id="8214" name="a11y_ProcessId_tooltip">
<value>An integer representing the process identifier (ID) of the automation element. The process identifier (ID) is assigned by the operating system. It can be seen in the PID column of the Processes tab in Task Manager.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name ProcessId.</comment>
</string>
<string id="8215" name="a11y_Providerdescription_tooltip">
<value>ProviderDescription is a formatted string containing the source information of the UI Automation provider for the automation element, including proxy information.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name Providerdescription.</comment>
</string>
<string id="8216" name="a11y_RangeValue.IsReadOnly_tooltip">
<value>A value that specifies whether the value of the element is read-only.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name RangeValue.IsReadOnly.</comment>
</string>
<string id="8217" name="a11y_RangeValue.LargeChange_tooltip">
<value>The control-specific large-change value which is added to or subtracted from the elements Value property.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name RangeValue.LargeChange.</comment>
</string>
<string id="8218" name="a11y_RangeValue.Maximum_tooltip">
<value>The maximum range value supported by the element.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name RangeValue.Maximum.</comment>
</string>
<string id="8219" name="a11y_RangeValue.Minimum_tooltip">
<value>The minimum range value supported by the element.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name RangeValue.Minimum.</comment>
</string>
<string id="8220" name="a11y_RangeValue.SmallChange_tooltip">
<value>The control-specific small-change value which is added to or subtracted from the elements Value property.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name RangeValue.SmallChange.</comment>
</string>
<string id="8221" name="a11y_RangeValue.Value_tooltip">
<value>The current value of the element.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name RangeValue.Value.</comment>
</string>
<string id="8222" name="a11y_RuntimeId_tooltip">
<value>RuntimeId is an array of integers representing the identifier for an automation element. The identifier is unique on the desktop, but it is only guaranteed to be unique within the UI of the desktop on which it was generated. Identifiers can be reused over time. The format of RuntimeId may change. The returned identifier should be treated as an opaque value and used only for comparison; for example, to determine whether an automation element is in the cache.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name RuntimeId.</comment>
</string>
<string id="8223" name="a11y_Scroll.HorizontalScrollPercent_tooltip">
<value>The horizontal scroll position as a percentage of the total content area within the control. </value>
<comment>String shown in the accessbility panel as the tooltip for the property name Scroll.HorizontalScrollPercent.</comment>
</string>
<string id="8224" name="a11y_Scroll.HorizontalViewSize_tooltip">
<value>The horizontal size of the viewable region as a percentage of the total content area within the control. </value>
<comment>String shown in the accessbility panel as the tooltip for the property name Scroll.HorizontalViewSize.</comment>
</string>
<string id="8225" name="a11y_Scroll.HorizontallyScrollable_tooltip">
<value>true if the control can scroll horizontally; otherwise false.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name Scroll.HorizontallyScrollable.</comment>
</string>
<string id="8226" name="a11y_Scroll.VerticalScrollPercent_tooltip">
<value>The vertical scroll position as a percentage of the total content area within the control. </value>
<comment>String shown in the accessbility panel as the tooltip for the property name Scroll.VerticalScrollPercent.</comment>
</string>
<string id="8227" name="a11y_Scroll.VerticalViewSize_tooltip">
<value>The vertical size of the viewable region as a percentage of the total content area within the control. </value>
<comment>String shown in the accessbility panel as the tooltip for the property name Scroll.VerticalViewSize.</comment>
</string>
<string id="8228" name="a11y_Scroll.VerticallyScrollable_tooltip">
<value>true if the control can scroll vertically; otherwise false.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name Scroll.VerticallyScrollable.</comment>
</string>
<string id="8229" name="a11y_Selection.CanSelectMultiple_tooltip">
<value>A value that specifies whether the UI Automation provider allows more than one child element to be selected concurrently. True if multiple selection is allowed; otherwise false.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name Selection.CanSelectMultiple.</comment>
</string>
<string id="8230" name="a11y_Selection.IsSelectionRequired_tooltip">
<value>A value that specifies whether the UI Automation provider requires at least one child element to be selected. True if selection is required; otherwise false.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name Selection.IsSelectionRequired.</comment>
</string>
<string id="8231" name="a11y_SelectionItem.IsSelected_tooltip">
<value>true if the item is selected; otherwise false.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name SelectionItem.IsSelected.</comment>
</string>
<string id="8232" name="a11y_SelectionItem.SelectionContainer_tooltip">
<value>The container object. The default is a null reference.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name SelectionItem.SelectionContainer.</comment>
</string>
<string id="8233" name="a11y_SizeOfSet_tooltip">
<value>The SizeOfSet property, which is a 1-based inteter associated with an automation element. SizeOfSet describes the count of automation elements in a group or set that are considered to be siblings. SizeOfSet works in coordination with the PositionInSet property to describe the count of items in the set.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name SizeOfSet.</comment>
</string>
<string id="8234" name="a11y_Table.RowOrColumnMajor_tooltip">
<value>Contains values that specify whether data in a table should be read primarily by row or by column.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name Table.RowOrColumnMajor.</comment>
</string>
<string id="8235" name="a11y_Toggle.ToggleState_tooltip">
<value>Contains values that specify the ToggleState of a UI Automation element.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name Toggle.ToggleState.</comment>
</string>
<string id="8236" name="a11y_Value.IsReadOnly_tooltip">
<value>true if the value is read-only; false if it can be modified.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name Value.IsReadOnly.</comment>
</string>
<string id="8237" name="a11y_Value.Value_tooltip">
<value>The value of the UI Automation element as a string. The default is an empty string.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name Value.Value.</comment>
</string>
<string id="8238" name="a11y_LocalizedLandmarkType_tooltip">
<value>The LandmarkType property describes an element that represents a group of elements. For example, a search landmark could represent a set of related controls for searching.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name LocalizedLandmarkType.</comment>
</string>
<string id="8239" name="a11y_LandmarkType_tooltip">
<value>The LandmarkType property describes an element that represents a group of elements. For example, a search landmark could represent a set of related controls for searching.</value>
<comment>String shown in the accessbility panel as the tooltip for the property name LandmarkType.</comment>
</string>
</resources>