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

Side by Side Diff: ui/strings/ui_strings.grd

Issue 2578303003: a11y: Add a11y information to views::Tab and manually ignore its a11y children. (Closed)
Patch Set: Review comments. Created 3 years, 11 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 app/ that 4 each locale. Specifically, these are UI strings that are used by app/ that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <!-- TODO add each of your output files. Modify the three below, and add 10 <!-- TODO add each of your output files. Modify the three below, and add
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 press 337 press
338 </message> 338 </message>
339 <message name="IDS_AX_SELECT_ACTION_VERB" desc="Verb stating the action th at will occur when an element such as a radio button is selected, as used by acc essibility."> 339 <message name="IDS_AX_SELECT_ACTION_VERB" desc="Verb stating the action th at will occur when an element such as a radio button is selected, as used by acc essibility.">
340 select 340 select
341 </message> 341 </message>
342 <message name="IDS_AX_UNCHECK_ACTION_VERB" desc="Verb stating the action t hat will occur when a checked checkbox is clicked, as used by accessibility."> 342 <message name="IDS_AX_UNCHECK_ACTION_VERB" desc="Verb stating the action t hat will occur when a checked checkbox is clicked, as used by accessibility.">
343 uncheck 343 uncheck
344 </message> 344 </message>
345 345
346 <!--Accessible name strings--> 346 <!--Accessible name strings-->
347 <if expr="is_macosx">
348 <message name="IDS_ACCNAME_TAB_ROLE_DESCRIPTION" desc="A generic descrip tion of a tab button's role." meaning="UI element">
349 Tab
350 </message>
351 </if>
347 <message name="IDS_APP_ACCNAME_CLOSE" desc="The accessible name for the Cl ose button."> 352 <message name="IDS_APP_ACCNAME_CLOSE" desc="The accessible name for the Cl ose button.">
348 Close 353 Close
349 </message> 354 </message>
350 <message name="IDS_APP_ACCNAME_MINIMIZE" desc="The accessible name for the Minimize button."> 355 <message name="IDS_APP_ACCNAME_MINIMIZE" desc="The accessible name for the Minimize button.">
351 Minimize 356 Minimize
352 </message> 357 </message>
353 <message name="IDS_APP_ACCNAME_MAXIMIZE" desc="The accessible name for the Maximize button."> 358 <message name="IDS_APP_ACCNAME_MAXIMIZE" desc="The accessible name for the Maximize button.">
354 Maximize 359 Maximize
355 </message> 360 </message>
356 <message name="IDS_APP_ACCNAME_RESTORE" desc="The accessible name for the Restore button."> 361 <message name="IDS_APP_ACCNAME_RESTORE" desc="The accessible name for the Restore button.">
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 </message> 673 </message>
669 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings."> 674 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings.">
670 Internal Display 675 Internal Display
671 </message> 676 </message>
672 <message name="IDS_DISPLAY_NAME_VIRTUAL" desc="The name used for virtual d isplays, which is shown in the display settings. Virtual displays are not associ ated with a physical monitor."> 677 <message name="IDS_DISPLAY_NAME_VIRTUAL" desc="The name used for virtual d isplays, which is shown in the display settings. Virtual displays are not associ ated with a physical monitor.">
673 Virtual Display 678 Virtual Display
674 </message> 679 </message>
675 </messages> 680 </messages>
676 </release> 681 </release>
677 </grit> 682 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698