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

Unified Diff: chrome/app/google_chrome_strings.grd

Issue 2802713002: Enable side-by-side beta and dev channels. (Closed)
Patch Set: add missing test stanza for reland 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 | « chrome/app/chromium_strings.grd ('k') | chrome/common/chrome_icon_resources_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/google_chrome_strings.grd
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
index 47c37c66c0f55ed3a61070f19e0c94d71c5a750c..9f9bed9a02c03a306b228829526e322f119f4070 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -138,9 +138,15 @@ chromium_strings.grd. -->
Chrome
</message>
<if expr="is_win">
- <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel">
+ <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome shortcut name for canary channel">
Google Chrome Canary
</message>
+ <message name="IDS_SHORTCUT_NAME_BETA" desc="The Chrome shortcut name for beta channel">
+ Google Chrome Beta
+ </message>
+ <message name="IDS_SHORTCUT_NAME_DEV" desc="The Chrome shortcut name for dev channel">
+ Google Chrome Dev
+ </message>
<message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description">
Google Chrome is a web browser that runs webpages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Google Chrome.
</message>
@@ -860,6 +866,14 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth
<message name="IDS_APP_SHORTCUTS_SUBDIR_NAME_CANARY" desc="Name for the Chrome Apps Start Menu folder name for the Canary channel.">
Chrome Canary Apps
</message>
+ <if expr="is_win">
+ <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME_BETA" desc="Name for the Chrome Apps Start Menu folder name for the Beta channel.">
+ Chrome Beta Apps
+ </message>
+ <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME_DEV" desc="Name for the Chrome Apps Start Menu folder name for the Dev channel.">
+ Chrome Dev Apps
+ </message>
+ </if>
<!-- Chrome Conflicts bubble -->
<if expr="is_win">
@@ -998,15 +1012,27 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@example.com</
<message name="IDS_INBOUND_MDNS_RULE_NAME" desc="The name of the firewall rule allowing inbound mDNS traffic.">
Google Chrome (mDNS-In)
</message>
+ <message name="IDS_INBOUND_MDNS_RULE_NAME_BETA" desc="The name of the firewall rule allowing inbound mDNS traffic for beta.">
+ Google Chrome Beta (mDNS-In)
+ </message>
<message name="IDS_INBOUND_MDNS_RULE_NAME_CANARY" desc="The name of the firewall rule allowing inbound mDNS traffic for canary.">
Google Chrome Canary (mDNS-In)
</message>
+ <message name="IDS_INBOUND_MDNS_RULE_NAME_DEV" desc="The name of the firewall rule allowing inbound mDNS traffic for dev.">
+ Google Chrome Dev (mDNS-In)
+ </message>
<message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION" desc="The description of the firewall rule allowing inbound mDNS traffic.">
Inbound rule for Google Chrome to allow mDNS traffic.
</message>
+ <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION_BETA" desc="The description of the firewall rule allowing inbound mDNS traffic beta.">
+ Inbound rule for Google Chrome Beta to allow mDNS traffic.
+ </message>
<message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION_CANARY" desc="The description of the firewall rule allowing inbound mDNS traffic canary.">
Inbound rule for Google Chrome Canary to allow mDNS traffic.
</message>
+ <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION_DEV" desc="The description of the firewall rule allowing inbound mDNS traffic dev.">
+ Inbound rule for Google Chrome Dev to allow mDNS traffic.
+ </message>
</if>
<if expr="not is_android">
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/common/chrome_icon_resources_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698