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

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

Issue 2816743006: [Mac] Fullscreen Touch Bar Support (Closed)
Patch Set: Moved ScopedFeatureList Created 3 years, 7 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 1934 matching lines...) Expand 10 before | Expand all | Expand 10 after
1945 Home 1945 Home
1946 </message> 1946 </message>
1947 <message name="IDS_TOUCH_BAR_BOOKMARK_CUSTOMIZATION_LABEL" 1947 <message name="IDS_TOUCH_BAR_BOOKMARK_CUSTOMIZATION_LABEL"
1948 desc="Customization label for the bookmark button in the touc h bar."> 1948 desc="Customization label for the bookmark button in the touc h bar.">
1949 Bookmark 1949 Bookmark
1950 </message> 1950 </message>
1951 <message name="IDS_TOUCH_BAR_NEW_TAB_CUSTOMIZATION_LABEL" 1951 <message name="IDS_TOUCH_BAR_NEW_TAB_CUSTOMIZATION_LABEL"
1952 desc="Customization label for the new tab button in the touch bar."> 1952 desc="Customization label for the new tab button in the touch bar.">
1953 New Tab 1953 New Tab
1954 </message> 1954 </message>
1955 <message name="IDS_TOUCH_BAR_EXIT_FULLSCREEN" desc="Text for the exit fu llscreen button in the touch bar.">
1956 Exit Full Screen
1957 </message>
1955 </if> 1958 </if>
1956 1959
1957 <!-- Remove in-progress downloads confirmation dialog --> 1960 <!-- Remove in-progress downloads confirmation dialog -->
1958 <if expr="not is_macosx"> 1961 <if expr="not is_macosx">
1959 <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]">
1960 {NUM_DOWNLOAD, plural, 1963 {NUM_DOWNLOAD, plural,
1961 =1 {Download in progress} other {Downloads in progress}} 1964 =1 {Download in progress} other {Downloads in progress}}
1962 </message> 1965 </message>
1963 <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]">
1964 {NUM_DOWNLOAD, plural, 1967 {NUM_DOWNLOAD, plural,
(...skipping 10385 matching lines...) Expand 10 before | Expand all | Expand 10 after
12350 Your downloads appear here 12353 Your downloads appear here
12351 </message> 12354 </message>
12352 12355
12353 <!-- Automation info bar --> 12356 <!-- Automation info bar -->
12354 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12357 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12355 Chrome is being controlled by automated test software. 12358 Chrome is being controlled by automated test software.
12356 </message> 12359 </message>
12357 </messages> 12360 </messages>
12358 </release> 12361 </release>
12359 </grit> 12362 </grit>
OLDNEW
« no previous file with comments | « base/mac/sdk_forward_declarations.h ('k') | chrome/browser/ui/cocoa/browser_window_controller_private.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698