You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Translators: label for pull down to specify one of three modes use to navigate math expressions
212
214
sbSizerNavigationMode=wx.StaticBoxSizer( wx.StaticBox( self.m_panelNavigation, wx.ID_ANY, _("Navigation mode to use when beginning to navigate an equation:") ), wx.VERTICAL )
213
215
216
+
# Translators: names of different modes of navigation. "Enhanced" mode understands math structure
217
+
# Translators: "Simple" walks by character expect for things like fractions, roots, and scripts
218
+
# Translators: "Chracter" moves around by character, automatically moving into fractions, etc
# Translators: label for checkbox that controls whether any changes to the navigation mode should be preserved
219
225
self.m_checkBoxResetNavigationMode=wx.CheckBox( sbSizerNavigationMode.GetStaticBox(), wx.ID_ANY, _("Reset navigation mode on entry to an expression"), wx.DefaultPosition, wx.DefaultSize, 0 )
# Translators: label for pull down to specify whether the expression is spoken or described (an overview)
225
232
sbSizerNavigationSpeech=wx.StaticBoxSizer( wx.StaticBox( self.m_panelNavigation, wx.ID_ANY, _("Navigation speech to use when beginning to navigate an equation:") ), wx.VERTICAL )
226
233
234
+
# Translators: either "Speak" the expression or give a description (overview) of the expression
# Translators: label for checkbox that controls whether any changes to the speak vs overview reading should be preserved
232
241
self.m_checkBoxResetNavigationSpeech=wx.CheckBox( sbSizerNavigationSpeech.GetStaticBox(), wx.ID_ANY, _("Reset navigation speech on entry to an expression"), wx.DefaultPosition, wx.DefaultSize, 0 )
# Translators: label for checkbox that controls whether arrow keys move out of fractions, etc., or whether you have to manually back out of the fraction, etc.
241
251
self.m_checkBoxAutomaticZoom=wx.CheckBox( self.m_panelNavigation, wx.ID_ANY, _("Automatic zoom out of 2D notations"), wx.DefaultPosition, wx.DefaultSize, 0 )
# Translators: label for pull down to specify how braille dots should be modify when navigating/selecting subexpressions
287
302
self.m_staticTextBrailleHighlights=wx.StaticText( self.m_panelBraille, wx.ID_ANY, _("Highlight with dots 7 && 8 the current nav node:"), wx.DefaultPosition, wx.DefaultSize, 0 )
0 commit comments