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

Unified Diff: chrome/app/google_chrome_strings.grd

Issue 1087883005: Remove product specific strings from generated_resources - part 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/generated_resources.grd ('k') | chrome/browser/renderer_context_menu/spelling_bubble_model.cc » ('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 5168791fc6310a6f943a936eb9cbedf0c48312a1..8eb15093e9bc39c799b970a137758e9d8deae4ce 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -389,6 +389,9 @@ Google Chrome is unable to recover your settings.
<message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next to a generated password describing it as a suggestion.">
Use password generated by Chrome
</message>
+ <message name="IDS_SAVE_PASSWORD" desc="The title of the save password bubble when a password can be saved.">
+ Do you want Google Chrome to save your password for this site?
+ </message>
<if expr="not is_android">
<message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password">
Do you want Google Chrome to save your password?
@@ -1132,6 +1135,11 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth
You are viewing a secure Google Chrome page.
</message>
+ <!-- Webstore strings -->
+ <message name="IDS_WEBSTORE_APP_DESCRIPTION" desc="Description for the WebStore app.">
+ Discover great apps, games, extensions and themes for Google Chrome.
+ </message>
+
<!-- Windows firewall rule strings. -->
<if expr="is_win">
<message name="IDS_INBOUND_MDNS_RULE_NAME" desc="The name of the firewall rule allowing inbound mDNS traffic.">
@@ -1148,6 +1156,15 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth
</message>
</if>
+ <if expr="not is_android">
+ <message name="IDS_CONTENT_CONTEXT_SPELLING_BUBBLE_TEXT" desc="The text of a bubble that confirms users allows integrating the spelling service of Google to Chrome.">
+ Google Chrome can provide smarter spell-checking by sending what you type in the browser to Google servers, allowing you to use the same spell-checking technology used by Google search.
+ </message>
+ <message name="IDS_RESET_PROFILE_SETTINGS_FEEDBACK" desc="Feedback label in the Reset Profile Settings dialog">
+ Help make Google Chrome better by reporting the current settings
+ </message>
+ </if>
+
<!-- Contextual Search -->
<message name="IDS_CONTEXTUAL_SEARCH_HEADER" desc="Header shown at the top of the first run experience, to describe the Contextual Search feature.">
Search with one touch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/renderer_context_menu/spelling_bubble_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698