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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 197523002: Show Zoom Levels as content settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index aece19ae4cd2d99730f34188e7ddaecdd288b477..1030e39bf465d02d31810152b7069e66fdd04f5e 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -8244,6 +8244,9 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1
<message name="IDS_EXCEPTIONS_ACTION_HEADER" desc="A column header for the action column of the cookie/image/javascript/plugins exceptions dialog">
Behavior
</message>
+ <message name="IDS_EXCEPTIONS_ZOOM_HEADER" desc="A column header for the exceptions dialog indicating the zoom level of pages (e.g. 110% magnification)">
+ Zoom
+ </message>
<message name="IDS_EXCEPTIONS_ALLOW_BUTTON" desc="A label to display in the exception page's action column when a site's content setting is allowed for a given domain">
Allow
</message>
@@ -8317,6 +8320,16 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1
Manage handlers...
</message>
+ <message name="IDS_ZOOMLEVELS_TAB_LABEL" desc="Label for Zoom Level tab on Content Settings dialog (zoom levels indicate that a page should be shown for example at 110% magnification).">
markusheintz_ 2014/03/12 16:31:06 Do we really need two separate resources strings y
battre 2014/03/13 09:22:14 I don't know whether tabs hand headers require dif
+ Zoom Levels
+ </message>
+ <message name="IDS_ZOOMLEVELS_HEADER" desc="Label for Zoom Level tab on Content Settings dialog (zoom levels indicate that a page should be shown for example at 110% magnification).">
+ Zoom Levels
+ </message>
+ <message name="IDS_ZOOMLEVELS_MANAGE_BUTTON" desc="Button on the Content Settings dialog that opens a dialog to manage your page zoom levels (zoom levels indicate that a page should be shown for example at 110% magnification).">
+ Manage...
+ </message>
+
<!-- Automatic updates -->
<if expr="is_macosx">
<message name="IDS_PROMOTE_INFOBAR_TEXT" desc="The text to show in the automatic update setup info bar. Mac-only.">

Powered by Google App Engine
This is Rietveld 408576698