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

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: Add test. Created 10 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
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 7370 matching lines...) Expand 10 before | Expand all | Expand 10 after
7381 Options 7381 Options
7382 </message> 7382 </message>
7383 <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED" 7383 <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED"
7384 desc="Text for the button that opens the app in a pinned tab."> 7384 desc="Text for the button that opens the app in a pinned tab.">
7385 Open as pinned tab 7385 Open as pinned tab
7386 </message> 7386 </message>
7387 <message name="IDS_APP_CONTEXT_MENU_OPEN_REGULAR" 7387 <message name="IDS_APP_CONTEXT_MENU_OPEN_REGULAR"
7388 desc="Text for the button that opens the app in a regular tab."> 7388 desc="Text for the button that opens the app in a regular tab.">
7389 Open as regular tab 7389 Open as regular tab
7390 </message> 7390 </message>
7391 <message name="IDS_APP_CONTEXT_MENU_OPEN_WINDOW"
7392 desc="Text for the button that opens the app in an app window.">
7393 Open as window
7394 </message>
7391 <message name="IDS_APP_CONTEXT_MENU_OPEN_FULLSCREEN" 7395 <message name="IDS_APP_CONTEXT_MENU_OPEN_FULLSCREEN"
7392 desc="Text for the button that opens the app full screen."> 7396 desc="Text for the button that opens the app full screen.">
7393 Open full screen 7397 Open full screen
7394 </message> 7398 </message>
7395 7399
7396 <!-- Offline page --> 7400 <!-- Offline page -->
7397 <if expr="pp_ifdef('chromeos')"> 7401 <if expr="pp_ifdef('chromeos')">
7398 <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headli ne"> 7402 <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headli ne">
7399 Network is not available. 7403 Network is not available.
7400 </message> 7404 </message>
(...skipping 3632 matching lines...) Expand 10 before | Expand all | Expand 10 after
11033 11037
11034 </messages> 11038 </messages>
11035 11039
11036 <structures fallback_to_english="true"> 11040 <structures fallback_to_english="true">
11037 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11041 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11038 </structure> 11042 </structure>
11039 </structures> 11043 </structures>
11040 11044
11041 </release> 11045 </release>
11042 </grit> 11046 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_browsertest.cc » ('j') | chrome/browser/extensions/extension_dom_ui.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698