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

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

Issue 1814993002: Handle about:blank in the Origin Info Bubble better. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: No GetOpener at all. Created 4 years, 8 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This file contains definitions of strings that are distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 If you update this file, be sure also to update google_chrome_strings.grd. --> 3 If you update this file, be sure also to update google_chrome_strings.grd. -->
4 4
5 <grit base_dir="." latest_public_release="0" current_release="1" 5 <grit base_dir="." latest_public_release="0" current_release="1"
6 source_lang_id="en" enc_check="möl"> 6 source_lang_id="en" enc_check="möl">
7 <outputs> 7 <outputs>
8 <output filename="grit/chromium_strings.h" type="rc_header"> 8 <output filename="grit/chromium_strings.h" type="rc_header">
9 <emit emit_type='prepend'></emit> 9 <emit emit_type='prepend'></emit>
10 </output> 10 </output>
(...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 ''' It also controls what page is shown when you start Chromium. ''' 1003 ''' It also controls what page is shown when you start Chromium. '''
1004 </message> 1004 </message>
1005 <message name="IDS_EXTENSIONS_SETTINGS_API_SECOND_LINE_START_AND_HOME" des c="Second line in the Settings API bubble. Only shown if the secondary change by the extension was both the start page and the home page. See IDS_EXTENSIONS_SET TINGS_API_SECOND_LINE_START_PAGES for reason for triple quotes."> 1005 <message name="IDS_EXTENSIONS_SETTINGS_API_SECOND_LINE_START_AND_HOME" des c="Second line in the Settings API bubble. Only shown if the secondary change by the extension was both the start page and the home page. See IDS_EXTENSIONS_SET TINGS_API_SECOND_LINE_START_PAGES for reason for triple quotes.">
1006 ''' It also controls what page is shown when you start Chromium or click the Home button. ''' 1006 ''' It also controls what page is shown when you start Chromium or click the Home button. '''
1007 </message> 1007 </message>
1008 <message name="IDS_EXTENSIONS_SETTINGS_API_SECOND_LINE_START_AND_SEARCH" d esc="Second line in the Settings API bubble. Only shown if the secondary change by the extension was both the start page and the search engine. See IDS_EXTENSIO NS_SETTINGS_API_SECOND_LINE_START_PAGES for reason for triple quotes."> 1008 <message name="IDS_EXTENSIONS_SETTINGS_API_SECOND_LINE_START_AND_SEARCH" d esc="Second line in the Settings API bubble. Only shown if the secondary change by the extension was both the start page and the search engine. See IDS_EXTENSIO NS_SETTINGS_API_SECOND_LINE_START_PAGES for reason for triple quotes.">
1009 ''' It also controls what page is shown when you start Chromium or searc h from the Omnibox. ''' 1009 ''' It also controls what page is shown when you start Chromium or searc h from the Omnibox. '''
1010 </message> 1010 </message>
1011 1011
1012 <!-- Website Settings bubble --> 1012 <!-- Website Settings bubble -->
1013 <!-- TODO(palmer): This is redundant with IDS_PAGE_INFO_INTERNAL_PAGE. Rem ove it. -->
1013 <message name="IDS_WEBSITE_SETTINGS_INTERNAL_PAGE" desc="Text that is disp layed in the header of the Website Settings popup if the page was generated by C hrome itself."> 1014 <message name="IDS_WEBSITE_SETTINGS_INTERNAL_PAGE" desc="Text that is disp layed in the header of the Website Settings popup if the page was generated by C hrome itself.">
1014 You are viewing a secure Chromium page. 1015 You are viewing a secure Chromium page.
1015 </message> 1016 </message>
1016 1017
1017 <!-- Webstore strings --> 1018 <!-- Webstore strings -->
1018 <message name="IDS_WEBSTORE_APP_DESCRIPTION" desc="Description for the Web Store app."> 1019 <message name="IDS_WEBSTORE_APP_DESCRIPTION" desc="Description for the Web Store app.">
1019 Discover great apps, games, extensions and themes for Chromium. 1020 Discover great apps, games, extensions and themes for Chromium.
1020 </message> 1021 </message>
1021 1022
1022 <!-- Windows firewall rule strings. --> 1023 <!-- Windows firewall rule strings. -->
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 </message> 1172 </message>
1172 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" 1173 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT"
1173 desc="Alt text for the faded Chrome logo image."> 1174 desc="Alt text for the faded Chrome logo image.">
1174 Chromium logo 1175 Chromium logo
1175 </message> 1176 </message>
1176 </if> 1177 </if>
1177 1178
1178 </messages> 1179 </messages>
1179 </release> 1180 </release>
1180 </grit> 1181 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698