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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 663cca38003888825bcf6acafffef7e292d1d54e..8433c7a631520a37de5edd02cd6bb6c77d3c2f7e 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -1929,13 +1929,32 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph>
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)">
Search <ph name="SEARCH_ENGINE">$1<ex>Bing</ex></ph>
</message>
-
<message name="IDS_TOOLTIP_TOUCH_BAR_BACK" desc="The tooltip for the touch bar back button.">
Touch to go back.
</message>
<message name="IDS_TOOLTIP_TOUCH_BAR_FORWARD" desc="The tooltip for the touch bar forward button.">
Touch to go forward.
</message>
+ <message name="IDS_TOUCH_BAR_BACK_FORWARD_CUSTOMIZATION_LABEL"
+ desc="Customization label for the back and forward buttons in the touch bar.">
+ Back/Forward
+ </message>
+ <message name="IDS_TOUCH_BAR_STOP_RELOAD_CUSTOMIZATION_LABEL"
+ desc="Customization label for the stop or reload button in the touch bar.">
+ Stop/Reload
+ </message>
+ <message name="IDS_TOUCH_BAR_HOME_CUSTOMIZATION_LABEL"
+ desc="Customization label for the home button in the touch bar.">
+ Home
+ </message>
+ <message name="IDS_TOUCH_BAR_BOOKMARK_CUSTOMIZATION_LABEL"
+ desc="Customization label for the bookmark button in the touch bar.">
+ Bookmark
+ </message>
+ <message name="IDS_TOUCH_BAR_NEW_TAB_CUSTOMIZATION_LABEL"
+ desc="Customization label for the new tab button in the touch bar.">
+ New Tab
+ </message>
</if>
<!-- Remove in-progress downloads confirmation dialog -->
« 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