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

Side by Side 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 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 <message name="IDS_CONTENT_CONTEXT_MUTE" desc="The name of the Mute comm and for audio and video playback in the content area context menu"> 436 <message name="IDS_CONTENT_CONTEXT_MUTE" desc="The name of the Mute comm and for audio and video playback in the content area context menu">
437 &amp;Mute 437 &amp;Mute
438 </message> 438 </message>
439 <message name="IDS_CONTENT_CONTEXT_UNMUTE" desc="The name of the Unmute command for audio and video playback in the content area context menu"> 439 <message name="IDS_CONTENT_CONTEXT_UNMUTE" desc="The name of the Unmute command for audio and video playback in the content area context menu">
440 Un&amp;mute 440 Un&amp;mute
441 </message> 441 </message>
442 <message name="IDS_CONTENT_CONTEXT_CONTROLS" desc="The name of the Show Controls command for audio and video playback in the content area context menu"> 442 <message name="IDS_CONTENT_CONTEXT_CONTROLS" desc="The name of the Show Controls command for audio and video playback in the content area context menu">
443 Show &amp;Controls 443 Show &amp;Controls
444 </message> 444 </message>
445 445
446 <message name="IDS_CONTENT_CONTEXT_SAVEVIDEOAS" desc="The name of the Sa ve Video As command in the content area context menu"> 446 » » <message name="IDS_CONTENT_CONTEXT_FITPAGEWIDTH" desc="Xxx conte nt area context menu">
447 » » Fit &amp;Width
448 » » </message>
449 » » <message name="IDS_CONTENT_CONTEXT_FITPAGEHEIGHT" desc="Xxx cont ent area context menu">
450 » » Fit &amp;Height
451 » » </message>
452 » » <message name="IDS_CONTENT_CONTEXT_FITPAGE" desc="Xxx content ar ea context menu">
453 » » Fit &amp;Page
454 » » </message>
455 » » <message name="IDS_CONTENT_CONTEXT_ROTATEPAGECW" desc="Xxx conte nt area context menu">
456 » » Rotate &amp;Clockwise
457 » » </message>
458 » » <message name="IDS_CONTENT_CONTEXT_ROTATEPAGECCW" desc="Xxx cont ent area context menu">
459 » » Rotate &amp;Counter-clockwise
460 » » </message>
461
462 » » <message name="IDS_CONTENT_CONTEXT_SAVEVIDEOAS" desc="The name o f the Save Video As command in the content area context menu">
447 Sa&amp;ve video as... 463 Sa&amp;ve video as...
448 </message> 464 </message>
449 <message name="IDS_CONTENT_CONTEXT_COPYVIDEOLOCATION" desc="The name of the Copy Video Location command in the content area context menu"> 465 <message name="IDS_CONTENT_CONTEXT_COPYVIDEOLOCATION" desc="The name of the Copy Video Location command in the content area context menu">
450 C&amp;opy video URL 466 C&amp;opy video URL
451 </message> 467 </message>
452 <message name="IDS_CONTENT_CONTEXT_OPENVIDEONEWTAB" desc="The name of th e Open Video in New Tab command in the content area context menu"> 468 <message name="IDS_CONTENT_CONTEXT_OPENVIDEONEWTAB" desc="The name of th e Open Video in New Tab command in the content area context menu">
453 &amp;Open video in new tab 469 &amp;Open video in new tab
454 </message> 470 </message>
455 471
456 <message name="IDS_CONTENT_CONTEXT_SAVEAUDIOAS" desc="The name of the Sa ve Audio As command in the content area context menu"> 472 <message name="IDS_CONTENT_CONTEXT_SAVEAUDIOAS" desc="The name of the Sa ve Audio As command in the content area context menu">
(...skipping 14306 matching lines...) Expand 10 before | Expand all | Expand 10 after
14763 </messages> 14779 </messages>
14764 <structures fallback_to_english="true"> 14780 <structures fallback_to_english="true">
14765 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14781 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14766 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14782 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14767 </structure> 14783 </structure>
14768 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14784 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14769 </structure> 14785 </structure>
14770 </structures> 14786 </structures>
14771 </release> 14787 </release>
14772 </grit> 14788 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698