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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 326026: Add "Go to..." to the context menu when the selected text in a page is a url... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: UTF16ToWide Created 11 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/tab_contents/render_view_context_menu.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 </message> 482 </message>
483 <message name="IDS_CONTENT_CONTEXT_HIDE_SPELLING_PANEL" desc="The name o f the Hide Spelling Panel command in the content area context menu"> 483 <message name="IDS_CONTENT_CONTEXT_HIDE_SPELLING_PANEL" desc="The name o f the Hide Spelling Panel command in the content area context menu">
484 &amp;Hide spelling panel 484 &amp;Hide spelling panel
485 </message> 485 </message>
486 <message name="IDS_CONTENT_CONTEXT_SELECTALL" desc="The name of the Sele ct All command in the content area context menu"> 486 <message name="IDS_CONTENT_CONTEXT_SELECTALL" desc="The name of the Sele ct All command in the content area context menu">
487 Select &amp;all 487 Select &amp;all
488 </message> 488 </message>
489 <message name="IDS_CONTENT_CONTEXT_SEARCHWEBFOR" desc="The name of the S earch the Web for 'string' command in the content area context menu"> 489 <message name="IDS_CONTENT_CONTEXT_SEARCHWEBFOR" desc="The name of the S earch the Web for 'string' command in the content area context menu">
490 &amp;Search <ph name="SEARCH_ENGINE">$1<ex>Google</ex></ph> for '<ph n ame="SEARCH_TERMS">$2<ex>flowers</ex></ph>' 490 &amp;Search <ph name="SEARCH_ENGINE">$1<ex>Google</ex></ph> for '<ph n ame="SEARCH_TERMS">$2<ex>flowers</ex></ph>'
491 </message> 491 </message>
492 <message name="IDS_CONTENT_CONTEXT_GOTOURL" desc="The name of the Go to 'url' command in the content area context menu">
493 &amp;Go to <ph name="URL">$1<ex>http://www.google.com/</ex></ph>
494 </message>
492 <message name="IDS_CONTENT_CONTEXT_ADDSEARCHENGINE" desc="The name of th e Add as Search Engine command in the content area context menu"> 495 <message name="IDS_CONTENT_CONTEXT_ADDSEARCHENGINE" desc="The name of th e Add as Search Engine command in the content area context menu">
493 Add as search en&amp;gine... 496 Add as search en&amp;gine...
494 </message> 497 </message>
495 </if> 498 </if>
496 <if expr="pp_ifdef('use_titlecase')"> 499 <if expr="pp_ifdef('use_titlecase')">
497 <message name="IDS_CONTENT_CONTEXT_BACK" desc="In Title Case: The name o f the Back command in the content area context menu"> 500 <message name="IDS_CONTENT_CONTEXT_BACK" desc="In Title Case: The name o f the Back command in the content area context menu">
498 &amp;Back 501 &amp;Back
499 </message> 502 </message>
500 <message name="IDS_CONTENT_CONTEXT_FORWARD" desc="In Title Case: The nam e of the Forward command in the content area context menu"> 503 <message name="IDS_CONTENT_CONTEXT_FORWARD" desc="In Title Case: The nam e of the Forward command in the content area context menu">
501 &amp;Forward 504 &amp;Forward
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 </message> 658 </message>
656 <message name="IDS_CONTENT_CONTEXT_HIDE_SPELLING_PANEL" desc="In Title C ase: The name of the Hide Spelling Panel command in the content area context men u"> 659 <message name="IDS_CONTENT_CONTEXT_HIDE_SPELLING_PANEL" desc="In Title C ase: The name of the Hide Spelling Panel command in the content area context men u">
657 &amp;Hide Spelling Panel 660 &amp;Hide Spelling Panel
658 </message> 661 </message>
659 <message name="IDS_CONTENT_CONTEXT_SELECTALL" desc="In Title Case: The n ame of the Select All command in the content area context menu"> 662 <message name="IDS_CONTENT_CONTEXT_SELECTALL" desc="In Title Case: The n ame of the Select All command in the content area context menu">
660 Select &amp;All 663 Select &amp;All
661 </message> 664 </message>
662 <message name="IDS_CONTENT_CONTEXT_SEARCHWEBFOR" desc="In Title Case: Th e name of the Search the Web for 'string' command in the content area context me nu"> 665 <message name="IDS_CONTENT_CONTEXT_SEARCHWEBFOR" desc="In Title Case: Th e name of the Search the Web for 'string' command in the content area context me nu">
663 &amp;Search <ph name="SEARCH_ENGINE">$1<ex>Google</ex></ph> for '<ph n ame="SEARCH_TERMS">$2<ex>flowers</ex></ph>' 666 &amp;Search <ph name="SEARCH_ENGINE">$1<ex>Google</ex></ph> for '<ph n ame="SEARCH_TERMS">$2<ex>flowers</ex></ph>'
664 </message> 667 </message>
668 <message name="IDS_CONTENT_CONTEXT_GOTOURL" desc="In Title Case: The nam e of the Go to url for 'string' command in the content area context menu">
669 &amp;Go to <ph name="URL">$1<ex>http://www.google.com/</ex></ph>
670 </message>
665 <message name="IDS_CONTENT_CONTEXT_ADDSEARCHENGINE" desc="In Title Case: The name of the Add as Search Engine command in the content area context menu"> 671 <message name="IDS_CONTENT_CONTEXT_ADDSEARCHENGINE" desc="In Title Case: The name of the Add as Search Engine command in the content area context menu">
666 Add As Search En&amp;gine... 672 Add As Search En&amp;gine...
667 </message> 673 </message>
668 </if> 674 </if>
669 675
670 <!-- On quick look, I didn't find any uses of this, is it stale? --> 676 <!-- On quick look, I didn't find any uses of this, is it stale? -->
671 <message name="IDS_MOST_VISITED_SUB_PAGE" desc="The link below every domai n on the most visited view"> 677 <message name="IDS_MOST_VISITED_SUB_PAGE" desc="The link below every domai n on the most visited view">
672 Show pages 678 Show pages
673 </message> 679 </message>
674 680
(...skipping 5145 matching lines...) Expand 10 before | Expand all | Expand 10 after
5820 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message."> 5826 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message.">
5821 Battery is charged 5827 Battery is charged
5822 </message> 5828 </message>
5823 <message name="IDS_COMPACT_NAVBAR" desc="The menu item on the app menu to toggle compact navigation bar"> 5829 <message name="IDS_COMPACT_NAVBAR" desc="The menu item on the app menu to toggle compact navigation bar">
5824 Toggle Compact Navigation Bar 5830 Toggle Compact Navigation Bar
5825 </message> 5831 </message>
5826 </if> 5832 </if>
5827 </messages> 5833 </messages>
5828 </release> 5834 </release>
5829 </grit> 5835 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/tab_contents/render_view_context_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698