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> |
Robert Sesek | 62e17e1 | 2020-02-26 18:46:08 | [diff] [blame] | 10 | |
| 11 | <message name="IDS_CRASH_SHOW_DEVELOPER_DETAILS" desc="Label for button that shows advanced developer information on chrome://crashes"> |
| 12 | Show developer details |
droger | b38b41e | 2015-10-05 10:54:44 | [diff] [blame] | 13 | </message> |
Robert Sesek | 62e17e1 | 2020-02-26 18:46:08 | [diff] [blame] | 14 | |
| 15 | <message name="IDS_CRASH_CAPTURE_TIME_FORMAT" desc="Format for the time at which the crash report was captured, to display on chrome://crashes"> |
| 16 | Crash from <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph> |
scottmg | 6d5a71f | 2016-06-21 04:18:51 | [diff] [blame] | 17 | </message> |
Robert Sesek | 62e17e1 | 2020-02-26 18:46:08 | [diff] [blame] | 18 | <message name="IDS_CRASH_REPORT_STATUS" desc="Label on chrome://crashes for the status of a crash report."> |
| 19 | Status: |
wez | c5ffc39 | 2017-01-06 23:18:25 | [diff] [blame] | 20 | </message> |
Robert Sesek | 62e17e1 | 2020-02-26 18:46:08 | [diff] [blame] | 21 | <message name="IDS_CRASH_REPORT_STATUS_NOT_UPLOADED" desc="Value on chrome://crashes for the 'not uploaded' status of a crash report."> |
| 22 | Not uploaded |
droger | b38b41e | 2015-10-05 10:54:44 | [diff] [blame] | 23 | </message> |
Robert Sesek | 62e17e1 | 2020-02-26 18:46:08 | [diff] [blame] | 24 | <message name="IDS_CRASH_REPORT_STATUS_PENDING" desc="Value on chrome://crashes for the 'pending' status of a crash report."> |
| 25 | Not yet uploaded, or ignored |
scottmg | 6d5a71f | 2016-06-21 04:18:51 | [diff] [blame] | 26 | </message> |
Robert Sesek | 62e17e1 | 2020-02-26 18:46:08 | [diff] [blame] | 27 | <message name="IDS_CRASH_REPORT_STATUS_PENDING_USER_REQUESTED" desc="Value on chrome://crashes for the 'pending user requested' status of a crash report."> |
| 28 | Upload requested by user |
scottmg | 6d5a71f | 2016-06-21 04:18:51 | [diff] [blame] | 29 | </message> |
Robert Sesek | 62e17e1 | 2020-02-26 18:46:08 | [diff] [blame] | 30 | <message name="IDS_CRASH_REPORT_STATUS_UPLOADED" desc="Value on chrome://crashes for the 'uploaded' status of a crash report."> |
| 31 | Uploaded |
gayane | f132d5d | 2016-09-07 16:07:10 | [diff] [blame] | 32 | </message> |
Robert Sesek | 62e17e1 | 2020-02-26 18:46:08 | [diff] [blame] | 33 | <message name="IDS_CRASH_REPORT_UPLOADED_ID" desc="Label on chrome://crashes for the identifier for an uploaded crash report on chrome://crashes"> |
| 34 | Uploaded Crash Report ID: |
| 35 | </message> |
| 36 | <message name="IDS_CRASH_REPORT_UPLOADED_TIME" desc="Label on chrome://crashes for the time at which the crash report was uploaded."> |
| 37 | Upload Time: |
| 38 | </message> |
| 39 | <message name="IDS_CRASH_REPORT_LOCAL_ID" desc="Label on chrome://crashes for the identifier of a crash report on the user's machine"> |
| 40 | Local Crash Context: |
| 41 | </message> |
| 42 | <message name="IDS_CRASH_REPORT_FILE_SIZE" desc="Label on chrome://crashes for the file size of a crash report on the user's machine"> |
| 43 | Size: |
| 44 | </message> |
| 45 | |
droger | b38b41e | 2015-10-05 10:54:44 | [diff] [blame] | 46 | <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] | 47 | Provide additional details |
droger | b38b41e | 2015-10-05 10:54:44 | [diff] [blame] | 48 | </message> |
| 49 | <message name="IDS_CRASH_NO_CRASHES_MESSAGE" desc="The explanatory message for chrome://crashes when there are no crashes"> |
| 50 | You have no recently reported crashes. Crashes that occurred when crash reporting was disabled will not appear here. |
| 51 | </message> |
| 52 | <message name="IDS_CRASH_DISABLED_HEADER" desc="The header for chrome://crashes when crash reporting is disabled"> |
| 53 | Crash reporting is disabled. |
| 54 | </message> |
| 55 | <message name="IDS_CRASH_UPLOAD_MESSAGE" desc="Link text for triggering crash uploading on chrome://crashes"> |
| 56 | Start uploading crashes |
| 57 | </message> |
gayane | f132d5d | 2016-09-07 16:07:10 | [diff] [blame] | 58 | <message name="IDS_CRASH_UPLOAD_NOW_LINK_TEXT" desc="Link text for manual uploads of a crash report"> |
| 59 | Send now |
| 60 | </message> |
droger | b38b41e | 2015-10-05 10:54:44 | [diff] [blame] | 61 | </grit-part> |