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

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

Issue 5019005: Add "open as window" menu item to NTP app menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase for commit Created 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/background_application_list_model.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="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 7414 matching lines...) Expand 10 before | Expand all | Expand 10 after
7425 Options 7425 Options
7426 </message> 7426 </message>
7427 <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED" 7427 <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED"
7428 desc="Text for the button that opens the app in a pinned tab."> 7428 desc="Text for the button that opens the app in a pinned tab.">
7429 Open as pinned tab 7429 Open as pinned tab
7430 </message> 7430 </message>
7431 <message name="IDS_APP_CONTEXT_MENU_OPEN_REGULAR" 7431 <message name="IDS_APP_CONTEXT_MENU_OPEN_REGULAR"
7432 desc="Text for the button that opens the app in a regular tab."> 7432 desc="Text for the button that opens the app in a regular tab.">
7433 Open as regular tab 7433 Open as regular tab
7434 </message> 7434 </message>
7435 <message name="IDS_APP_CONTEXT_MENU_OPEN_WINDOW"
7436 desc="Text for the button that opens the app in an app window.">
7437 Open as window
7438 </message>
7435 <message name="IDS_APP_CONTEXT_MENU_OPEN_FULLSCREEN" 7439 <message name="IDS_APP_CONTEXT_MENU_OPEN_FULLSCREEN"
7436 desc="Text for the button that opens the app full screen."> 7440 desc="Text for the button that opens the app full screen.">
7437 Open full screen 7441 Open full screen
7438 </message> 7442 </message>
7439 7443
7440 <!-- Offline page --> 7444 <!-- Offline page -->
7441 <if expr="pp_ifdef('chromeos')"> 7445 <if expr="pp_ifdef('chromeos')">
7442 <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headli ne"> 7446 <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headli ne">
7443 Your device is offline. 7447 Your device is offline.
7444 </message> 7448 </message>
(...skipping 3637 matching lines...) Expand 10 before | Expand all | Expand 10 after
11082 11086
11083 </messages> 11087 </messages>
11084 11088
11085 <structures fallback_to_english="true"> 11089 <structures fallback_to_english="true">
11086 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11090 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11087 </structure> 11091 </structure>
11088 </structures> 11092 </structures>
11089 11093
11090 </release> 11094 </release>
11091 </grit> 11095 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/background_application_list_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698