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

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

Issue 2814683005: [Mac] Support for Touch Bar Customization (Closed)
Patch Set: Fix the identifier format 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
« no previous file with comments | « base/mac/sdk_forward_declarations.h ('k') | chrome/browser/app_controller_mac.mm » ('j') | 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 <!-- 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 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after
1922 <!-- Touch Bar--> 1922 <!-- Touch Bar-->
1923 <if expr="is_macosx"> 1923 <if expr="is_macosx">
1924 <message name="IDS_TOUCH_BAR_GOOGLE_SEARCH" 1924 <message name="IDS_TOUCH_BAR_GOOGLE_SEARCH"
1925 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."> 1925 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.">
1926 Search or type URL 1926 Search or type URL
1927 </message> 1927 </message>
1928 <message name="IDS_TOUCH_BAR_SEARCH" 1928 <message name="IDS_TOUCH_BAR_SEARCH"
1929 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)"> 1929 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)">
1930 Search <ph name="SEARCH_ENGINE">$1<ex>Bing</ex></ph> 1930 Search <ph name="SEARCH_ENGINE">$1<ex>Bing</ex></ph>
1931 </message> 1931 </message>
1932
1933 <message name="IDS_TOOLTIP_TOUCH_BAR_BACK" desc="The tooltip for the tou ch bar back button."> 1932 <message name="IDS_TOOLTIP_TOUCH_BAR_BACK" desc="The tooltip for the tou ch bar back button.">
1934 Touch to go back. 1933 Touch to go back.
1935 </message> 1934 </message>
1936 <message name="IDS_TOOLTIP_TOUCH_BAR_FORWARD" desc="The tooltip for the touch bar forward button."> 1935 <message name="IDS_TOOLTIP_TOUCH_BAR_FORWARD" desc="The tooltip for the touch bar forward button.">
1937 Touch to go forward. 1936 Touch to go forward.
1938 </message> 1937 </message>
1938 <message name="IDS_TOUCH_BAR_BACK_FORWARD_CUSTOMIZATION_LABEL"
1939 desc="Customization label for the back and forward buttons in the touch bar.">
1940 Back/Forward
1941 </message>
1942 <message name="IDS_TOUCH_BAR_STOP_RELOAD_CUSTOMIZATION_LABEL"
1943 desc="Customization label for the stop or reload button in th e touch bar.">
1944 Stop/Reload
1945 </message>
1946 <message name="IDS_TOUCH_BAR_HOME_CUSTOMIZATION_LABEL"
1947 desc="Customization label for the home button in the touch ba r.">
1948 Home
1949 </message>
1950 <message name="IDS_TOUCH_BAR_BOOKMARK_CUSTOMIZATION_LABEL"
1951 desc="Customization label for the bookmark button in the touc h bar.">
1952 Bookmark
1953 </message>
1954 <message name="IDS_TOUCH_BAR_NEW_TAB_CUSTOMIZATION_LABEL"
1955 desc="Customization label for the new tab button in the touch bar.">
1956 New Tab
1957 </message>
1939 </if> 1958 </if>
1940 1959
1941 <!-- Remove in-progress downloads confirmation dialog --> 1960 <!-- Remove in-progress downloads confirmation dialog -->
1942 <if expr="not is_macosx"> 1961 <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]"> 1962 <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, 1963 {NUM_DOWNLOAD, plural,
1945 =1 {Download in progress} other {Downloads in progress}} 1964 =1 {Download in progress} other {Downloads in progress}}
1946 </message> 1965 </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]"> 1966 <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, 1967 {NUM_DOWNLOAD, plural,
(...skipping 10419 matching lines...) Expand 10 before | Expand all | Expand 10 after
12368 Your downloads appear here 12387 Your downloads appear here
12369 </message> 12388 </message>
12370 12389
12371 <!-- Automation info bar --> 12390 <!-- Automation info bar -->
12372 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12391 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12373 Chrome is being controlled by automated test software. 12392 Chrome is being controlled by automated test software.
12374 </message> 12393 </message>
12375 </messages> 12394 </messages>
12376 </release> 12395 </release>
12377 </grit> 12396 </grit>
OLDNEW
« no previous file with comments | « base/mac/sdk_forward_declarations.h ('k') | chrome/browser/app_controller_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698