Updated function input list and list item names for accessibilty purposes (#1778)

This commit is contained in:
mateuszplaza 2022-05-26 04:36:32 -04:00 committed by GitHub
parent c1987796b2
commit 67a7a2821a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 27 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema
@ -3883,11 +3883,11 @@
<comment>Select all menu item from the Equation TextBox</comment> <comment>Select all menu item from the Equation TextBox</comment>
</data> </data>
<data name="EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve"> <data name="EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
<value>Function input list item</value> <value>Function input</value>
<comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment> <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>
</data> </data>
<data name="EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve"> <data name="EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
<value>Function input list</value> <value>Function input</value>
<comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment> <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>
</data> </data>
<data name="EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve"> <data name="EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
@ -4166,4 +4166,4 @@
<value>App theme setting</value> <value>App theme setting</value>
<comment>Screen reader prompt for the App theme Setting radio buttons group</comment> <comment>Screen reader prompt for the App theme Setting radio buttons group</comment>
</data> </data>
</root> </root>

View File

@ -2708,7 +2708,7 @@
<data name="PreviewTag.Text" xml:space="preserve"> <data name="PreviewTag.Text" xml:space="preserve">
<value>Preview</value> <value>Preview</value>
<comment>Label displayed next to upcoming features</comment> <comment>Label displayed next to upcoming features</comment>
</data> </data>
<data name="AboutControlPrivacyStatement.Text" xml:space="preserve"> <data name="AboutControlPrivacyStatement.Text" xml:space="preserve">
<value>Microsoft Privacy Statement</value> <value>Microsoft Privacy Statement</value>
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment> <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
@ -3839,11 +3839,11 @@
<value>Automatic best fit</value> <value>Automatic best fit</value>
<comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment> <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>
</data> </data>
<data name="GraphViewManualAdjustmentAnnouncement" xml:space="preserve"> <data name="GraphViewManualAdjustmentAnnouncement" xml:space="preserve">
<value>Manual adjustment</value> <value>Manual adjustment</value>
<comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment> <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>
</data> </data>
<data name="GridResetAnnouncement" xml:space="preserve"> <data name="GridResetAnnouncement" xml:space="preserve">
<value>Graph view has been reset</value> <value>Graph view has been reset</value>
<comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment> <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>
</data> </data>
@ -4118,11 +4118,11 @@
<value>The equation contains logical conditions that are mutually exclusive</value> <value>The equation contains logical conditions that are mutually exclusive</value>
<comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment> <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>
</data> </data>
<data name="OutOfDomain" xml:space="preserve"> <data name="OutOfDomain" xml:space="preserve">
<value>Equation is out of domain</value> <value>Equation is out of domain</value>
<comment>Error that occurs during graphing when the equation is out of domain.</comment> <comment>Error that occurs during graphing when the equation is out of domain.</comment>
</data> </data>
<data name="GE_NotSupported" xml:space="preserve"> <data name="GE_NotSupported" xml:space="preserve">
<value>Graphing this equation is not supported</value> <value>Graphing this equation is not supported</value>
<comment>Error that occurs during graphing when the equation is not supported.</comment> <comment>Error that occurs during graphing when the equation is not supported.</comment>
</data> </data>
@ -4165,19 +4165,19 @@
<data name="InvalidEquationSyntax" xml:space="preserve"> <data name="InvalidEquationSyntax" xml:space="preserve">
<value>Invalid expression</value> <value>Invalid expression</value>
<comment>Error that occurs during graphing when an invalid syntax is used.</comment> <comment>Error that occurs during graphing when an invalid syntax is used.</comment>
</data> </data>
<data name="EmptyExpression" xml:space="preserve"> <data name="EmptyExpression" xml:space="preserve">
<value>The expression is empty</value> <value>The expression is empty</value>
<comment>Error that occurs during graphing when the expression is empty</comment> <comment>Error that occurs during graphing when the expression is empty</comment>
</data> </data>
<data name="EqualWithoutEquation" xml:space="preserve"> <data name="EqualWithoutEquation" xml:space="preserve">
<value>Equal was used without an equation</value> <value>Equal was used without an equation</value>
<comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment> <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>
</data> </data>
<data name="ExpectParenthesisAfterFunctionName" xml:space="preserve"> <data name="ExpectParenthesisAfterFunctionName" xml:space="preserve">
<value>Parenthesis missing after function name</value> <value>Parenthesis missing after function name</value>
<comment>Error that occurs during graphing when parenthesis are missing after a function.</comment> <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>
</data> </data>
<data name="IncorrectNumParameter" xml:space="preserve"> <data name="IncorrectNumParameter" xml:space="preserve">
<value>A mathematical operation has the incorrect number of parameters</value> <value>A mathematical operation has the incorrect number of parameters</value>
<comment>Error that occurs during graphing when a function has the wrong number of parameters</comment> <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>
@ -4234,7 +4234,7 @@
<value>Cannot use complex numbers in inequalities</value> <value>Cannot use complex numbers in inequalities</value>
<comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment> <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>
</data> </data>
<data name="equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve"> <data name="equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>Back to function list</value> <value>Back to function list</value>
<comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment> <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>
</data> </data>
@ -4294,7 +4294,7 @@
<value>Hide equation</value> <value>Hide equation</value>
<comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment> <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>
</data> </data>
<data name="showEquationButtonAutomationName" xml:space="preserve"> <data name="showEquationButtonAutomationName" xml:space="preserve">
<value>Show equation %1</value> <value>Show equation %1</value>
<comment>{Locked="%1"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment> <comment>{Locked="%1"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>
</data> </data>
@ -4302,7 +4302,6 @@
<value>Hide equation %1</value> <value>Hide equation %1</value>
<comment>{Locked="%1"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment> <comment>{Locked="%1"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>
</data> </data>
<data name="disableTracingButtonToolTip" xml:space="preserve"> <data name="disableTracingButtonToolTip" xml:space="preserve">
<value>Stop tracing</value> <value>Stop tracing</value>
<comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment> <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>
@ -4314,7 +4313,7 @@
<data name="graphAutomationName" xml:space="preserve"> <data name="graphAutomationName" xml:space="preserve">
<value>Graph viewing window, x-axis bounded by %1 and %2, y-axis bounded by %3 and %4, displaying %5 equations</value> <value>Graph viewing window, x-axis bounded by %1 and %2, y-axis bounded by %3 and %4, displaying %5 equations</value>
<comment>{Locked="%1","%2", "%3", "%4", "%5"}. </comment> <comment>{Locked="%1","%2", "%3", "%4", "%5"}. </comment>
</data> </data>
<data name="sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve"> <data name="sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>Configure slider</value> <value>Configure slider</value>
<comment>This is the tooltip text for the slider options button in Graphing Calculator</comment> <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>
@ -4431,7 +4430,7 @@
<value>Enter an expression</value> <value>Enter an expression</value>
<comment>this is the placeholder text used by the textbox to enter an equation</comment> <comment>this is the placeholder text used by the textbox to enter an equation</comment>
</data> </data>
<data name="GraphCopyMenuItem.Text"> <data name="GraphCopyMenuItem.Text" xml:space="preserve">
<value>Copy</value> <value>Copy</value>
<comment>Copy menu item for the graph context menu</comment> <comment>Copy menu item for the graph context menu</comment>
</data> </data>
@ -4454,13 +4453,13 @@
<data name="selectAllEquationMenuItem.Text" xml:space="preserve"> <data name="selectAllEquationMenuItem.Text" xml:space="preserve">
<value>Select all</value> <value>Select all</value>
<comment>Select all menu item from the Equation TextBox</comment> <comment>Select all menu item from the Equation TextBox</comment>
</data> </data>
<data name="EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve"> <data name="EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
<value>Function input list item</value> <value>Function input</value>
<comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment> <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>
</data> </data>
<data name="EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve"> <data name="EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
<value>Function input list</value> <value>Function input</value>
<comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment> <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>
</data> </data>
<data name="EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve"> <data name="EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
@ -4571,19 +4570,19 @@
<value>White</value> <value>White</value>
<comment>Name of color in the color picker</comment> <comment>Name of color in the color picker</comment>
</data> </data>
<data name="equationHighContrastColor1AutomationName" xml:space="preserve"> <data name="equationHighContrastColor1AutomationName" xml:space="preserve">
<value>Color 1</value> <value>Color 1</value>
<comment>Name of color in the color picker</comment> <comment>Name of color in the color picker</comment>
</data> </data>
<data name="equationHighContrastColor2AutomationName" xml:space="preserve"> <data name="equationHighContrastColor2AutomationName" xml:space="preserve">
<value>Color 2</value> <value>Color 2</value>
<comment>Name of color in the color picker</comment> <comment>Name of color in the color picker</comment>
</data> </data>
<data name="equationHighContrastColor3AutomationName" xml:space="preserve"> <data name="equationHighContrastColor3AutomationName" xml:space="preserve">
<value>Color 3</value> <value>Color 3</value>
<comment>Name of color in the color picker</comment> <comment>Name of color in the color picker</comment>
</data> </data>
<data name="equationHighContrastColor4AutomationName" xml:space="preserve"> <data name="equationHighContrastColor4AutomationName" xml:space="preserve">
<value>Color 4</value> <value>Color 4</value>
<comment>Name of color in the color picker</comment> <comment>Name of color in the color picker</comment>
</data> </data>
@ -4647,7 +4646,7 @@
<value>X</value> <value>X</value>
<comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment> <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>
</data> </data>
<data name="yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve"> <data name="yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
<value>Y</value> <value>Y</value>
<comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment> <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>
</data> </data>
@ -4739,4 +4738,4 @@
<value>App theme setting</value> <value>App theme setting</value>
<comment>Screen reader prompt for the App theme Setting radio buttons group</comment> <comment>Screen reader prompt for the App theme Setting radio buttons group</comment>
</data> </data>
</root> </root>