File: crash_strings.grdp

package info (click to toggle)
chromium 138.0.7204.157-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,071,864 kB
  • sloc: cpp: 34,936,859; ansic: 7,176,967; javascript: 4,110,704; python: 1,419,953; asm: 946,768; xml: 739,967; pascal: 187,324; sh: 89,623; perl: 88,663; objc: 79,944; sql: 50,304; cs: 41,786; fortran: 24,137; makefile: 21,806; php: 13,980; tcl: 13,166; yacc: 8,925; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (61 lines) | stat: -rw-r--r-- 3,161 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8"?>
<grit-part>

  <message name="IDS_CRASH_TITLE" desc="Title for the chrome://crashes page.">
    Crashes
  </message>
  <message name="IDS_CRASH_CRASH_COUNT_BANNER_FORMAT" desc="Format for crash count banner on chrome://crashes">
    Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
  </message>

  <message name="IDS_CRASH_SHOW_DEVELOPER_DETAILS" desc="Label for button that shows advanced developer information on chrome://crashes">
    Show developer details
  </message>

  <message name="IDS_CRASH_CAPTURE_TIME_FORMAT" desc="Format for the time at which the crash report was captured, to display on chrome://crashes">
    Crash from <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph>
  </message>
  <message name="IDS_CRASH_REPORT_STATUS" desc="Label on chrome://crashes for the status of a crash report.">
    Status:
  </message>
  <message name="IDS_CRASH_REPORT_STATUS_NOT_UPLOADED" desc="Value on chrome://crashes for the 'not uploaded' status of a crash report.">
    Not uploaded
  </message>
  <message name="IDS_CRASH_REPORT_STATUS_PENDING" desc="Value on chrome://crashes for the 'pending' status of a crash report.">
    Not yet uploaded, or ignored
  </message>
  <message name="IDS_CRASH_REPORT_STATUS_PENDING_USER_REQUESTED" desc="Value on chrome://crashes for the 'pending user requested' status of a crash report.">
    Upload requested by user
  </message>
  <message name="IDS_CRASH_REPORT_STATUS_UPLOADED" desc="Value on chrome://crashes for the 'uploaded' status of a crash report.">
    Uploaded
  </message>
  <message name="IDS_CRASH_REPORT_UPLOADED_ID" desc="Label on chrome://crashes for the identifier for an uploaded crash report on chrome://crashes">
    Uploaded Crash Report ID:
  </message>
  <message name="IDS_CRASH_REPORT_UPLOADED_TIME" desc="Label on chrome://crashes for the time at which the crash report was uploaded.">
    Upload Time:
  </message>
  <message name="IDS_CRASH_REPORT_LOCAL_ID" desc="Label on chrome://crashes for the identifier of a crash report on the user's machine">
    Local Crash Context:
  </message>
  <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">
    Size:
  </message>

  <message name="IDS_CRASH_BUG_LINK_LABEL" desc="Link text for filing a crash bug on chrome://crashes">
    Provide additional details
  </message>
  <message name="IDS_CRASH_NO_CRASHES_MESSAGE" desc="The explanatory message for chrome://crashes when there are no crashes">
    You have no recently reported crashes.  Crashes that occurred when crash reporting was disabled will not appear here.
  </message>
  <message name="IDS_CRASH_DISABLED_HEADER" desc="The header for chrome://crashes when crash reporting is disabled">
    Crash reporting is disabled.
  </message>
  <message name="IDS_CRASH_UPLOAD_MESSAGE" desc="Link text for triggering crash uploading on chrome://crashes">
    Start uploading crashes
  </message>
  <message name="IDS_CRASH_UPLOAD_NOW_LINK_TEXT" desc="Link text for manual uploads of a crash report">
    Send now
  </message>
</grit-part>