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

Unified Diff: chrome/app/generated_resources.grd

Issue 9235004: [Garbled Text][Infobar] Adding infobar to suggest turning on encoding detection. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 8 years, 11 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/browser/garbled_text_browsertest.cc » ('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 de73eadb81b7f34bc6d7f3396f9e2fc8b0a75287..52a2cdd3b3223c5e6d6252fa756c32dfe05af0cd 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -8217,6 +8217,11 @@ Would you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Pr
<message name="IDS_OPTIONS_ADVANCED_LANGUAGE_LABEL" desc="The label for the Language section">
Change how <ph name="APP_NAME">$1<ex>Chrome</ex></ph> handles and displays languages
</message>
+
+ <message name="IDS_OPTIONS_GARBLED_TEXT_ENABLE_AUTO_FIX" desc="The label of the check-box that enables automatic fix of garbled page">
+ Offer to fix pages with garbled text
+ </message>
+
<message name="IDS_OPTIONS_TRANSLATE_ENABLE_TRANSLATE" desc="The label of the check-box that enables page translate">
Offer to translate pages that aren't in a language I read
</message>
@@ -9764,6 +9769,9 @@ Some features may be unavailable. Please check that the profile exists and you
</message>
<!-- Advanced Section Titles -->
+ <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_GARBLED_TEXT">
+ Garbled Text
+ </message>
<message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY">
Privacy
</message>
@@ -11064,6 +11072,14 @@ Some features may be unavailable. Please check that the profile exists and you
Automatically sign in to all your favorite Google services, like Gmail.
</message>
+ <!-- Garbled Text Info Bar -->
+ <message name="IDS_GARBLED_TEXT_INFOBAR_PROMPT" desc="Prompt text for asking fix garbled page or not">
+ Chrome has detected garbled text.
+ </message>
+ <message name="IDS_GARBLED_TEXT_INFOBAR_BUTTON_FIX" desc="Button label to ask Chrome fixing garbled page">
+ Fix It
+ </message>
+
<!-- Translate Info Bar -->
<message name="IDS_TRANSLATE_INFOBAR_OPTIONS" desc="Text to show for the translate infobar options menu button">
Options
« no previous file with comments | « no previous file | chrome/browser/garbled_text_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698