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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 2796303007: [Mac] Added Accessibility Labels to the Default Touch Bar (Closed)
Patch Set: Nit 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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 1914 matching lines...) Expand 10 before | Expand all | Expand 10 after
1925 </if> 1925 </if>
1926 </if> 1926 </if>
1927 1927
1928 <!-- Touch Bar--> 1928 <!-- Touch Bar-->
1929 <if expr="is_macosx"> 1929 <if expr="is_macosx">
1930 <message name="IDS_TOUCH_BAR_GOOGLE_SEARCH" 1930 <message name="IDS_TOUCH_BAR_GOOGLE_SEARCH"
1931 desc="Text for the search button in the touch bar when Google is the default search provider. Pressing the button will bring focus to the omn ibox."> 1931 desc="Text for the search button in the touch bar when Google is the default search provider. Pressing the button will bring focus to the omn ibox.">
1932 Search or type URL 1932 Search or type URL
1933 </message> 1933 </message>
1934 <message name="IDS_TOUCH_BAR_SEARCH" 1934 <message name="IDS_TOUCH_BAR_SEARCH"
1935 desc="Text for the search button in the touch bar when Google is not the default search provider. Pressing the button will bring focus to the omnibox."> 1935 desc="Text for the search button in the touch bar when Google is not the default search provider. Pressing the button will bring focus to the omnibox. $1 is the name of the search provider (Ex/ Bing)">
Elly Fong-Jones 2017/04/07 13:35:30 this is usually done using <ex></ex> tags in the m
spqchan 2017/04/07 17:42:24 Done.
1936 Search $1 1936 Search $1
1937 </message> 1937 </message>
1938 1938
1939 <message name="IDS_TOOLTIP_TOUCH_BAR_BACK" desc="The tooltip for the tou ch bar back button">
Elly Fong-Jones 2017/04/07 13:35:30 nit: these should have trailing dots
spqchan 2017/04/07 17:42:24 Done.
1940 Click to go back.
Elly Fong-Jones 2017/04/07 13:35:30 Touch to go back?
spqchan 2017/04/07 17:42:24 Done.
1941 </message>
1942 <message name="IDS_TOOLTIP_TOUCH_BAR_FORWARD" desc="The tooltip for the touch bar forward button">
1943 Click to go forward.
1944 </message>
1939 </if> 1945 </if>
1940 1946
1941 <!-- Remove in-progress downloads confirmation dialog --> 1947 <!-- Remove in-progress downloads confirmation dialog -->
1942 <if expr="not is_macosx"> 1948 <if expr="not is_macosx">
1943 <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_TITLE" desc="Title of the dialo g asking for user confirmation to close the browser or the last incognito window when one or more downloads are in progress. If necessary, add '#' for plural ca ses. [ICU Syntax]"> 1949 <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_TITLE" desc="Title of the dialo g asking for user confirmation to close the browser or the last incognito window when one or more downloads are in progress. If necessary, add '#' for plural ca ses. [ICU Syntax]">
1944 {NUM_DOWNLOAD, plural, 1950 {NUM_DOWNLOAD, plural,
1945 =1 {Download in progress} other {Downloads in progress}} 1951 =1 {Download in progress} other {Downloads in progress}}
1946 </message> 1952 </message>
1947 <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_OK_BUTTON_LABEL" desc="Button t ext for canceling the downloads and closing the browser or the last incognito wi ndow when one or more downloads are in progress. If necessary, add '#' for plura l cases. [ICU Syntax]"> 1953 <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_OK_BUTTON_LABEL" desc="Button t ext for canceling the downloads and closing the browser or the last incognito wi ndow when one or more downloads are in progress. If necessary, add '#' for plura l cases. [ICU Syntax]">
1948 {NUM_DOWNLOAD, plural, 1954 {NUM_DOWNLOAD, plural,
(...skipping 10454 matching lines...) Expand 10 before | Expand all | Expand 10 after
12403 Your downloads appear here 12409 Your downloads appear here
12404 </message> 12410 </message>
12405 12411
12406 <!-- Automation info bar --> 12412 <!-- Automation info bar -->
12407 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12413 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12408 Chrome is being controlled by automated test software. 12414 Chrome is being controlled by automated test software.
12409 </message> 12415 </message>
12410 </messages> 12416 </messages>
12411 </release> 12417 </release>
12412 </grit> 12418 </grit>
OLDNEW
« no previous file with comments | « base/mac/sdk_forward_declarations.h ('k') | chrome/browser/ui/cocoa/browser_window_touch_bar.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698