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

Side by Side Diff: components/components_strings.grd

Issue 2644663003: Offer to open the startup pages after a crash. (Closed)
Patch Set: Rebase Created 3 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <grit latest_public_release="0" current_release="1" 3 <grit latest_public_release="0" current_release="1"
4 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 4 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
5 <outputs> 5 <outputs>
6 <output filename="grit/components_strings.h" type="rc_header"> 6 <output filename="grit/components_strings.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="components_strings_am.pak" type="data_package" lang="am" / > 9 <output filename="components_strings_am.pak" type="data_package" lang="am" / >
10 <output filename="components_strings_ar.pak" type="data_package" lang="ar" / > 10 <output filename="components_strings_ar.pak" type="data_package" lang="ar" / >
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 </message> 289 </message>
290 290
291 <message name="IDS_UTILITY_PROCESS_JSON_PARSER_NAME" desc="The name of the utility process used for parsing JSON files."> 291 <message name="IDS_UTILITY_PROCESS_JSON_PARSER_NAME" desc="The name of the utility process used for parsing JSON files.">
292 JSON Parser 292 JSON Parser
293 </message> 293 </message>
294 294
295 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> 295 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view.">
296 Restore 296 Restore
297 </message> 297 </message>
298 298
299 <message name="IDS_SESSION_CRASHED_VIEW_STARTUP_PAGES_BUTTON" desc="Title of the button in the session crashed view to open the set of startup pages.">
300 Open startup pages
301 </message>
302
299 <!-- Website Settings UI --> 303 <!-- Website Settings UI -->
300 <message name="IDS_WEBSITE_SETTINGS_NON_SECURE_TRANSPORT" desc="Text that is displayed in the header of the Website Settings popup if the website uses non -secure transport."> 304 <message name="IDS_WEBSITE_SETTINGS_NON_SECURE_TRANSPORT" desc="Text that is displayed in the header of the Website Settings popup if the website uses non -secure transport.">
301 Your connection to this site is not private. 305 Your connection to this site is not private.
302 </message> 306 </message>
303 307
304 <!-- Advanced Section Titles --> 308 <!-- Advanced Section Titles -->
305 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY"> 309 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY">
306 Privacy 310 Privacy
307 </message> 311 </message>
308 </messages> 312 </messages>
309 </release> 313 </release>
310 </grit> 314 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/session_crashed_bubble_view.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698