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

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

Issue 2948883003: Update AX role mapping for summary to AXButton on Mac (Closed)
Patch Set: Fixed duplicate resources error. Created 3 years, 5 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
« no previous file with comments | « ui/accessibility/platform/ax_platform_node_mac.mm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 </message> 380 </message>
381 <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."> 381 <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.">
382 uncheck 382 uncheck
383 </message> 383 </message>
384 384
385 <!--Accessible name strings--> 385 <!--Accessible name strings-->
386 <if expr="is_macosx"> 386 <if expr="is_macosx">
387 <message name="IDS_ACCNAME_TAB_ROLE_DESCRIPTION" desc="A generic descrip tion of a tab button's role." meaning="UI element"> 387 <message name="IDS_ACCNAME_TAB_ROLE_DESCRIPTION" desc="A generic descrip tion of a tab button's role." meaning="UI element">
388 Tab 388 Tab
389 </message> 389 </message>
390 <message name="IDS_ACCNAME_DISCLOSURE_TRIANGLE_ROLE_DESCRIPTION" desc="A generic description of a disclosure triangle's role.">
391 Disclosure triangle
392 </message>
390 </if> 393 </if>
391 <message name="IDS_APP_ACCNAME_CLOSE" desc="The accessible name for the Cl ose button."> 394 <message name="IDS_APP_ACCNAME_CLOSE" desc="The accessible name for the Cl ose button.">
392 Close 395 Close
393 </message> 396 </message>
394 <message name="IDS_APP_ACCNAME_MINIMIZE" desc="The accessible name for the Minimize button."> 397 <message name="IDS_APP_ACCNAME_MINIMIZE" desc="The accessible name for the Minimize button.">
395 Minimize 398 Minimize
396 </message> 399 </message>
397 <message name="IDS_APP_ACCNAME_MAXIMIZE" desc="The accessible name for the Maximize button."> 400 <message name="IDS_APP_ACCNAME_MAXIMIZE" desc="The accessible name for the Maximize button.">
398 Maximize 401 Maximize
399 </message> 402 </message>
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 <!-- Display names --> 720 <!-- Display names -->
718 <message name="IDS_DISPLAY_NAME_UNKNOWN" desc="The name used for a display whose name is unknown, which is shown in the display settings and ash tray."> 721 <message name="IDS_DISPLAY_NAME_UNKNOWN" desc="The name used for a display whose name is unknown, which is shown in the display settings and ash tray.">
719 Unknown Display 722 Unknown Display
720 </message> 723 </message>
721 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings."> 724 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings.">
722 Internal Display 725 Internal Display
723 </message> 726 </message>
724 </messages> 727 </messages>
725 </release> 728 </release>
726 </grit> 729 </grit>
OLDNEW
« no previous file with comments | « ui/accessibility/platform/ax_platform_node_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698