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

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

Issue 19531: Fix issue 3191 (Add menu for opening a local file) (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 11 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/views/toolbar_view.cc » ('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="generated_resources.h" type="rc_header"> 9 <output filename="generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 <!-- App menu --> 542 <!-- App menu -->
543 <message name="IDS_IMPORT_SETTINGS" desc="The text label for the Import me nu item"> 543 <message name="IDS_IMPORT_SETTINGS" desc="The text label for the Import me nu item">
544 &amp;Import bookmarks &amp;&amp; settings... 544 &amp;Import bookmarks &amp;&amp; settings...
545 </message> 545 </message>
546 <message name="IDS_SHOW_HISTORY" desc="The show history menu in the app me nu"> 546 <message name="IDS_SHOW_HISTORY" desc="The show history menu in the app me nu">
547 &amp;History 547 &amp;History
548 </message> 548 </message>
549 <message name="IDS_SHOW_BOOKMARK_BAR" desc="The toggle to show the bookmar k bar"> 549 <message name="IDS_SHOW_BOOKMARK_BAR" desc="The toggle to show the bookmar k bar">
550 &amp;Always show bookmarks bar 550 &amp;Always show bookmarks bar
551 </message> 551 </message>
552 <message name="IDS_OPEN_FILE" desc="The text label for the menu item for o pening a file">
553 Open &amp;file...
554 </message>
552 <message name="IDS_CLEAR_BROWSING_DATA" desc="The text label for the menu item for clearing of browing data"> 555 <message name="IDS_CLEAR_BROWSING_DATA" desc="The text label for the menu item for clearing of browing data">
553 Clear browsing &amp;data... 556 Clear browsing &amp;data...
554 </message> 557 </message>
555 <message name="IDS_SHOW_DOWNLOADS" desc="The show downloads menu in the ap p menu"> 558 <message name="IDS_SHOW_DOWNLOADS" desc="The show downloads menu in the ap p menu">
556 &amp;Downloads 559 &amp;Downloads
557 </message> 560 </message>
558 <message name="IDS_OPTIONS" desc="The text label of the Options menu item" > 561 <message name="IDS_OPTIONS" desc="The text label of the Options menu item" >
559 &amp;Options 562 &amp;Options
560 </message> 563 </message>
561 <message name="IDS_HELP_PAGE" desc="The text label of the Help menu item"> 564 <message name="IDS_HELP_PAGE" desc="The text label of the Help menu item">
(...skipping 2788 matching lines...) Expand 10 before | Expand all | Expand 10 after
3350 <message name="IDS_BOOKMARK_MANAGER_NO_RESULTS" desc="Text shown in the bo okmark table when the search didn't find anything."> 3353 <message name="IDS_BOOKMARK_MANAGER_NO_RESULTS" desc="Text shown in the bo okmark table when the search didn't find anything.">
3351 No bookmarks match the query '<ph name="SEARCH_TEXT">$1</ph>'. 3354 No bookmarks match the query '<ph name="SEARCH_TEXT">$1</ph>'.
3352 </message> 3355 </message>
3353 <message name="IDS_BOOKMARK_MANAGER_SEARCH_TITLE" desc="Text shown before the search text field."> 3356 <message name="IDS_BOOKMARK_MANAGER_SEARCH_TITLE" desc="Text shown before the search text field.">
3354 Search: 3357 Search:
3355 </message> 3358 </message>
3356 3359
3357 </messages> 3360 </messages>
3358 </release> 3361 </release>
3359 </grit> 3362 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/views/toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698