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

Unified Diff: chrome/app/generated_resources.grd

Issue 9045007: Allow plugins to participate in Chrome context menus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 114593)
+++ chrome/app/generated_resources.grd (working copy)
@@ -443,7 +443,23 @@
Show &Controls
</message>
- <message name="IDS_CONTENT_CONTEXT_SAVEVIDEOAS" desc="The name of the Save Video As command in the content area context menu">
+ <message name="IDS_CONTENT_CONTEXT_FITPAGEWIDTH" desc="Xxx content area context menu">
+ Fit &amp;Width
+ </message>
+ <message name="IDS_CONTENT_CONTEXT_FITPAGEHEIGHT" desc="Xxx content area context menu">
+ Fit &amp;Height
+ </message>
+ <message name="IDS_CONTENT_CONTEXT_FITPAGE" desc="Xxx content area context menu">
+ Fit &amp;Page
+ </message>
+ <message name="IDS_CONTENT_CONTEXT_ROTATEPAGECW" desc="Xxx content area context menu">
+ Rotate &amp;Clockwise
+ </message>
+ <message name="IDS_CONTENT_CONTEXT_ROTATEPAGECCW" desc="Xxx content area context menu">
+ Rotate &amp;Counter-clockwise
+ </message>
+
+ <message name="IDS_CONTENT_CONTEXT_SAVEVIDEOAS" desc="The name of the Save Video As command in the content area context menu">
Sa&amp;ve video as...
</message>
<message name="IDS_CONTENT_CONTEXT_COPYVIDEOLOCATION" desc="The name of the Copy Video Location command in the content area context menu">

Powered by Google App Engine
This is Rietveld 408576698