| Index: components/crash_strings.grdp
|
| diff --git a/components/crash_strings.grdp b/components/crash_strings.grdp
|
| index dc42a243f615333b7f4f44d8b3610633f5703c27..d37c99e329a380fd04246d899fe3dd8a56f525a1 100644
|
| --- a/components/crash_strings.grdp
|
| +++ b/components/crash_strings.grdp
|
| @@ -8,11 +8,20 @@
|
| Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
|
| </message>
|
| <message name="IDS_CRASH_CRASH_HEADER_FORMAT" desc="Format for crash entry headings on chrome://crashes">
|
| - Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> (<ph name="CRASH_LOCAL_ID">$2<ex>Chrome</ex></ph>)
|
| + Crash ID <ph name="CRASH_LOCAL_ID">$2<ex>123456-789789</ex></ph> (Server ID: <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>)
|
| </message>
|
| - <message name="IDS_CRASH_CRASH_TIME_FORMAT" desc="Format for crash entry occurence time on chrome://crashes">
|
| + <message name="IDS_CRASH_CRASH_HEADER_FORMAT_LOCAL_ONLY" desc="Format for crash entry headings on chrome://crashes that have not been uploaded">
|
| + Crash ID <ph name="CRASH_LOCAL_ID">$1<ex>123456-789789</ex></ph>
|
| + </message>
|
| + <message name="IDS_CRASH_CRASH_TIME_FORMAT" desc="Format for crash entry occurrence time on chrome://crashes">
|
| Automatically reported <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph>
|
| </message>
|
| + <message name="IDS_CRASH_CRASH_NOT_UPLOADED" desc="Format for crash entry occurrence on chrome://crashes that was not uploaded to the server">
|
| + Crash report captured on <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph> was not uploaded
|
| + </message>
|
| + <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">
|
| + 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)
|
| + </message>
|
| <message name="IDS_CRASH_BUG_LINK_LABEL" desc="Link text for filing a crash bug on chrome://crashes">
|
| Provide additional details
|
| </message>
|
|
|