droger | b38b41e | 2015-10-05 10:54:44 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <grit-part> |
| 3 | |
| 4 | <message name="IDS_CRASH_TITLE" desc="Title for the chrome://crashes page."> |
| 5 | Crashes |
| 6 | </message> |
| 7 | <message name="IDS_CRASH_CRASH_COUNT_BANNER_FORMAT" desc="Format for crash count banner on chrome://crashes"> |
| 8 | Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) |
| 9 | </message> |
| 10 | <message name="IDS_CRASH_CRASH_HEADER_FORMAT" desc="Format for crash entry headings on chrome://crashes"> |
| 11 | Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> (<ph name="CRASH_LOCAL_ID">$2<ex>Chrome</ex></ph>) |
| 12 | </message> |
| 13 | <message name="IDS_CRASH_CRASH_TIME_FORMAT" desc="Format for crash entry occurence time on chrome://crashes"> |
stuartmorgan | cbf24e69 | 2016-02-02 17:10:45 | [diff] [blame^] | 14 | Automatically reported <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph> |
droger | b38b41e | 2015-10-05 10:54:44 | [diff] [blame] | 15 | </message> |
| 16 | <message name="IDS_CRASH_BUG_LINK_LABEL" desc="Link text for filing a crash bug on chrome://crashes"> |
stuartmorgan | cbf24e69 | 2016-02-02 17:10:45 | [diff] [blame^] | 17 | Provide additional details |
droger | b38b41e | 2015-10-05 10:54:44 | [diff] [blame] | 18 | </message> |
| 19 | <message name="IDS_CRASH_NO_CRASHES_MESSAGE" desc="The explanatory message for chrome://crashes when there are no crashes"> |
| 20 | You have no recently reported crashes. Crashes that occurred when crash reporting was disabled will not appear here. |
| 21 | </message> |
| 22 | <message name="IDS_CRASH_DISABLED_HEADER" desc="The header for chrome://crashes when crash reporting is disabled"> |
| 23 | Crash reporting is disabled. |
| 24 | </message> |
| 25 | <message name="IDS_CRASH_UPLOAD_MESSAGE" desc="Link text for triggering crash uploading on chrome://crashes"> |
| 26 | Start uploading crashes |
| 27 | </message> |
| 28 | |
| 29 | </grit-part> |