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

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

Issue 5168004: Revert 66646 - Add "open as window" menu item to NTP app menu.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« 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 7376 matching lines...) Expand 10 before | Expand all | Expand 10 after
7387 Options 7387 Options
7388 </message> 7388 </message>
7389 <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED" 7389 <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED"
7390 desc="Text for the button that opens the app in a pinned tab."> 7390 desc="Text for the button that opens the app in a pinned tab.">
7391 Open as pinned tab 7391 Open as pinned tab
7392 </message> 7392 </message>
7393 <message name="IDS_APP_CONTEXT_MENU_OPEN_REGULAR" 7393 <message name="IDS_APP_CONTEXT_MENU_OPEN_REGULAR"
7394 desc="Text for the button that opens the app in a regular tab."> 7394 desc="Text for the button that opens the app in a regular tab.">
7395 Open as regular tab 7395 Open as regular tab
7396 </message> 7396 </message>
7397 <message name="IDS_APP_CONTEXT_MENU_OPEN_WINDOW"
7398 desc="Text for the button that opens the app in an app window.">
7399 Open as window
7400 </message>
7401 <message name="IDS_APP_CONTEXT_MENU_OPEN_FULLSCREEN" 7397 <message name="IDS_APP_CONTEXT_MENU_OPEN_FULLSCREEN"
7402 desc="Text for the button that opens the app full screen."> 7398 desc="Text for the button that opens the app full screen.">
7403 Open full screen 7399 Open full screen
7404 </message> 7400 </message>
7405 7401
7406 <!-- Offline page --> 7402 <!-- Offline page -->
7407 <if expr="pp_ifdef('chromeos')"> 7403 <if expr="pp_ifdef('chromeos')">
7408 <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headli ne"> 7404 <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headli ne">
7409 Network is not available. 7405 Network is not available.
7410 </message> 7406 </message>
(...skipping 3629 matching lines...) Expand 10 before | Expand all | Expand 10 after
11040 11036
11041 </messages> 11037 </messages>
11042 11038
11043 <structures fallback_to_english="true"> 11039 <structures fallback_to_english="true">
11044 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11040 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11045 </structure> 11041 </structure>
11046 </structures> 11042 </structures>
11047 11043
11048 </release> 11044 </release>
11049 </grit> 11045 </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