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"> |
scottmg | 6d5a71f | 2016-06-21 04:18:51 | [diff] [blame^] | 11 | Crash ID <ph name="CRASH_LOCAL_ID">$2<ex>123456-789789</ex></ph> (Server ID: <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>) |
droger | b38b41e | 2015-10-05 10:54:44 | [diff] [blame] | 12 | </message> |
scottmg | 6d5a71f | 2016-06-21 04:18:51 | [diff] [blame^] | 13 | <message name="IDS_CRASH_CRASH_HEADER_FORMAT_LOCAL_ONLY" desc="Format for crash entry headings on chrome://crashes that have not been uploaded"> |
| 14 | Crash ID <ph name="CRASH_LOCAL_ID">$1<ex>123456-789789</ex></ph> |
| 15 | </message> |
| 16 | <message name="IDS_CRASH_CRASH_TIME_FORMAT" desc="Format for crash entry occurrence time on chrome://crashes"> |
stuartmorgan | cbf24e69 | 2016-02-02 17:10:45 | [diff] [blame] | 17 | 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] | 18 | </message> |
scottmg | 6d5a71f | 2016-06-21 04:18:51 | [diff] [blame^] | 19 | <message name="IDS_CRASH_CRASH_NOT_UPLOADED" desc="Format for crash entry occurrence on chrome://crashes that was not uploaded to the server"> |
| 20 | Crash report captured on <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph> was not uploaded |
| 21 | </message> |
| 22 | <message name="IDS_CRASH_CRASH_PENDING" desc="Format for crash entry occurrence on chrome://crashes that has been captured, but not yet uploaded or ignored"> |
| 23 | Crash report captured on <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph> (not yet uploaded or ignored) |
| 24 | </message> |
droger | b38b41e | 2015-10-05 10:54:44 | [diff] [blame] | 25 | <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] | 26 | Provide additional details |
droger | b38b41e | 2015-10-05 10:54:44 | [diff] [blame] | 27 | </message> |
| 28 | <message name="IDS_CRASH_NO_CRASHES_MESSAGE" desc="The explanatory message for chrome://crashes when there are no crashes"> |
| 29 | You have no recently reported crashes. Crashes that occurred when crash reporting was disabled will not appear here. |
| 30 | </message> |
| 31 | <message name="IDS_CRASH_DISABLED_HEADER" desc="The header for chrome://crashes when crash reporting is disabled"> |
| 32 | Crash reporting is disabled. |
| 33 | </message> |
| 34 | <message name="IDS_CRASH_UPLOAD_MESSAGE" desc="Link text for triggering crash uploading on chrome://crashes"> |
| 35 | Start uploading crashes |
| 36 | </message> |
| 37 | |
| 38 | </grit-part> |