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

Unified Diff: chrome/app/chromium_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 | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chromium_strings.grd
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
index d76ee631fa6a71600272ce98c2ace91a2f2e357f..1ee0233f28ffa88465fb033deb4a7f622a940e72 100644
--- a/chrome/app/chromium_strings.grd
+++ b/chrome/app/chromium_strings.grd
@@ -466,6 +466,9 @@ Chromium 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 Chromium
</message>
+ <message name="IDS_SAVE_PASSWORD" desc="The title of the save password bubble when a password can be saved.">
+ Do you want Chromium 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 Chromium to save your password?
@@ -1209,6 +1212,11 @@ Signing in anyway will merge Chromium information like bookmarks, history, and o
You are viewing a secure Chromium page.
</message>
+ <!-- Webstore strings -->
+ <message name="IDS_WEBSTORE_APP_DESCRIPTION" desc="Description for the WebStore app.">
+ Discover great apps, games, extensions and themes for Chromium.
+ </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.">
@@ -1225,6 +1233,15 @@ Signing in anyway will merge Chromium information like bookmarks, history, and o
</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.">
+ Chromium 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 Chromium 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 | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698