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

Side by Side Diff: components/crash_strings.grdp

Issue 2612993003: Display both capture and upload times in chrome://crashes. (Closed)
Patch Set: Handle Breakpad reports (with no capture_time) correctly. Created 3 years, 11 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
« no previous file with comments | « components/crash/core/browser/resources/crashes.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 3
4 <message name="IDS_CRASH_TITLE" desc="Title for the chrome://crashes page."> 4 <message name="IDS_CRASH_TITLE" desc="Title for the chrome://crashes page.">
5 Crashes 5 Crashes
6 </message> 6 </message>
7 <message name="IDS_CRASH_CRASH_COUNT_BANNER_FORMAT" desc="Format for crash cou nt banner on chrome://crashes"> 7 <message name="IDS_CRASH_CRASH_COUNT_BANNER_FORMAT" desc="Format for crash cou nt banner on chrome://crashes">
8 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 8 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
9 </message> 9 </message>
10 <message name="IDS_CRASH_CRASH_HEADER_FORMAT" desc="Format for crash entry hea dings on chrome://crashes"> 10 <message name="IDS_CRASH_CRASH_HEADER_FORMAT" desc="Format for crash entry hea dings on chrome://crashes">
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>) 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>)
12 </message> 12 </message>
13 <message name="IDS_CRASH_CRASH_HEADER_FORMAT_LOCAL_ONLY" desc="Format for cras h entry headings on chrome://crashes that have not been uploaded"> 13 <message name="IDS_CRASH_CRASH_HEADER_FORMAT_LOCAL_ONLY" desc="Format for cras h entry headings on chrome://crashes that have not been uploaded">
14 Crash ID <ph name="CRASH_LOCAL_ID">$1<ex>123456-789789</ex></ph> 14 Crash ID <ph name="CRASH_LOCAL_ID">$1<ex>123456-789789</ex></ph>
15 </message> 15 </message>
16 <message name="IDS_CRASH_CRASH_TIME_FORMAT" desc="Format for crash entry occur rence time on chrome://crashes"> 16 <message name="IDS_CRASH_UPLOAD_TIME_FORMAT" desc="Format for crash entry uplo ad time on chrome://crashes">
17 Automatically reported <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph> 17 Crash reported on <ph name="UPLOAD_TIME">$1<ex>Tuesday, January 25, 2011 2:5 8:02 PM</ex></ph>
18 </message>
19 <message name="IDS_CRASH_CAPTURE_AND_UPLOAD_TIME_FORMAT" desc="Format for cras h capture time, and its upload time, on chrome://crashes">
20 Crash report captured on <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 20 11 2:58:02 PM</ex></ph>, reported on <ph name="UPLOAD_TIME">$2<ex>Tuesday, Janua ry 25, 2011 2:58:02 PM</ex></ph>
18 </message> 21 </message>
19 <message name="IDS_CRASH_CRASH_NOT_UPLOADED" desc="Format for crash entry occu rrence on chrome://crashes that was not uploaded to the server"> 22 <message name="IDS_CRASH_CRASH_NOT_UPLOADED" desc="Format for crash entry occu rrence on chrome://crashes that was not uploaded to the server">
20 Crash report captured on <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 20 11 2:58:02 PM</ex></ph> was not uploaded 23 Crash report captured on <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 20 11 2:58:02 PM</ex></ph> was not uploaded
21 </message> 24 </message>
22 <message name="IDS_CRASH_CRASH_PENDING" desc="Format for crash entry occurrenc e on chrome://crashes that has been captured, but not yet uploaded or ignored"> 25 <message name="IDS_CRASH_CRASH_PENDING" desc="Format for crash entry occurrenc e 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, 20 11 2:58:02 PM</ex></ph> (not yet uploaded or ignored) 26 Crash report captured on <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 20 11 2:58:02 PM</ex></ph> (not yet uploaded or ignored)
24 </message> 27 </message>
25 <message name="IDS_CRASH_CRASH_USER_REQUESTED" desc="Format for crash entry oc currence on chrome://crashes that has been requested to be uploaded by user"> 28 <message name="IDS_CRASH_CRASH_USER_REQUESTED" desc="Format for crash entry oc currence on chrome://crashes that has been requested to be uploaded by user">
26 Crash report captured on <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 20 11 2:58:02 PM</ex></ph> (upload requested by user, not yet uploaded) 29 Crash report captured on <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 20 11 2:58:02 PM</ex></ph> (upload requested by user, not yet uploaded)
27 </message> 30 </message>
28 <message name="IDS_CRASH_BUG_LINK_LABEL" desc="Link text for filing a crash bu g on chrome://crashes"> 31 <message name="IDS_CRASH_BUG_LINK_LABEL" desc="Link text for filing a crash bu g on chrome://crashes">
29 Provide additional details 32 Provide additional details
30 </message> 33 </message>
31 <message name="IDS_CRASH_NO_CRASHES_MESSAGE" desc="The explanatory message for chrome://crashes when there are no crashes"> 34 <message name="IDS_CRASH_NO_CRASHES_MESSAGE" desc="The explanatory message for chrome://crashes when there are no crashes">
32 You have no recently reported crashes. Crashes that occurred when crash rep orting was disabled will not appear here. 35 You have no recently reported crashes. Crashes that occurred when crash rep orting was disabled will not appear here.
33 </message> 36 </message>
34 <message name="IDS_CRASH_DISABLED_HEADER" desc="The header for chrome://crashe s when crash reporting is disabled"> 37 <message name="IDS_CRASH_DISABLED_HEADER" desc="The header for chrome://crashe s when crash reporting is disabled">
35 Crash reporting is disabled. 38 Crash reporting is disabled.
36 </message> 39 </message>
37 <message name="IDS_CRASH_UPLOAD_MESSAGE" desc="Link text for triggering crash uploading on chrome://crashes"> 40 <message name="IDS_CRASH_UPLOAD_MESSAGE" desc="Link text for triggering crash uploading on chrome://crashes">
38 Start uploading crashes 41 Start uploading crashes
39 </message> 42 </message>
40 <message name="IDS_CRASH_UPLOAD_NOW_LINK_TEXT" desc="Link text for manual uplo ads of a crash report"> 43 <message name="IDS_CRASH_UPLOAD_NOW_LINK_TEXT" desc="Link text for manual uplo ads of a crash report">
41 Send now 44 Send now
42 </message> 45 </message>
43 <message name="IDS_CRASH_SIZE_MESSAGE" desc="Format for displaying file size i nformation for not uploaded crash reports."> 46 <message name="IDS_CRASH_SIZE_MESSAGE" desc="Format for displaying file size i nformation for not uploaded crash reports.">
44 The size on the local storage is <ph name="CRASH_SIZE">$1<ex>10 kB</ex></ph> . 47 The size on the local storage is <ph name="CRASH_SIZE">$1<ex>10 kB</ex></ph> .
45 </message> 48 </message>
46 </grit-part> 49 </grit-part>
OLDNEW
« no previous file with comments | « components/crash/core/browser/resources/crashes.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698