Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Side by Side Diff: content/app/strings/content_strings.grd

Issue 2762123006: Android Autofill Accessibility, Phase I (Closed)
Patch Set: Creates AX proxy node only if Android autofill accessibility is enabled. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by content that 4 each locale. Specifically, these are UI strings that are used by content that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
6 6
7 <!-- Some of these strings and string descriptions were taken from 7 <!-- Some of these strings and string descriptions were taken from
8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license 8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license
9 below: 9 below:
10 10
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 </message> 299 </message>
300 <message name="IDS_AX_ROLE_FIGURE" desc="Accessibility role description fo r figure"> 300 <message name="IDS_AX_ROLE_FIGURE" desc="Accessibility role description fo r figure">
301 figure 301 figure
302 </message> 302 </message>
303 <message name="IDS_AX_ROLE_FORM" desc="Accessibility role description for form"> 303 <message name="IDS_AX_ROLE_FORM" desc="Accessibility role description for form">
304 form 304 form
305 </message> 305 </message>
306 <message name="IDS_AX_ROLE_FOOTER" desc="Accessibility role description fo r footers"> 306 <message name="IDS_AX_ROLE_FOOTER" desc="Accessibility role description fo r footers">
307 footer 307 footer
308 </message> 308 </message>
309 <message name="IDS_AX_AUTOFILL_POPUP_ACCESSIBLE_NODE_DATA" desc="The acces sibility text to speak when we display an autofill popup">
310 Autofill
311 </message>
309 <if expr="is_macosx"> 312 <if expr="is_macosx">
310 <message name="IDS_AX_ROLE_STEPPER" desc="Accessibility role description for a stepper - a control where you can use up/down arrows to increment or decr ement it. The name 'stepper' is how this user interface element is described by VoiceOver on Mac OS X; the translation should be consistent with VoiceOver."> 313 <message name="IDS_AX_ROLE_STEPPER" desc="Accessibility role description for a stepper - a control where you can use up/down arrows to increment or decr ement it. The name 'stepper' is how this user interface element is described by VoiceOver on Mac OS X; the translation should be consistent with VoiceOver.">
311 stepper 314 stepper
312 </message> 315 </message>
313 </if> 316 </if>
314 <message name="IDS_AX_ROLE_TOGGLE_BUTTON" desc="Accessibility role descrip tion for a toggle button"> 317 <message name="IDS_AX_ROLE_TOGGLE_BUTTON" desc="Accessibility role descrip tion for a toggle button">
315 toggle button 318 toggle button
316 </message> 319 </message>
317 <message name="IDS_AX_ROLE_HEADING" desc="Accessibility role description f or headings"> 320 <message name="IDS_AX_ROLE_HEADING" desc="Accessibility role description f or headings">
318 heading 321 heading
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 Off 877 Off
875 </message> 878 </message>
876 879
877 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load"> 880 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load">
878 Couldn't load plugin. 881 Couldn't load plugin.
879 </message> 882 </message>
880 883
881 </messages> 884 </messages>
882 </release> 885 </release>
883 </grit> 886 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698