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

Side by Side Diff: components/crash_strings.grdp

Issue 2330573002: Show crash report size in crashes UI for Android. (Closed)
Patch Set: Add a copy constructor Created 4 years, 3 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
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">
(...skipping 22 matching lines...) Expand all
33 </message> 33 </message>
34 <message name="IDS_CRASH_DISABLED_HEADER" desc="The header for chrome://crashe s when crash reporting is disabled"> 34 <message name="IDS_CRASH_DISABLED_HEADER" desc="The header for chrome://crashe s when crash reporting is disabled">
35 Crash reporting is disabled. 35 Crash reporting is disabled.
36 </message> 36 </message>
37 <message name="IDS_CRASH_UPLOAD_MESSAGE" desc="Link text for triggering crash uploading on chrome://crashes"> 37 <message name="IDS_CRASH_UPLOAD_MESSAGE" desc="Link text for triggering crash uploading on chrome://crashes">
38 Start uploading crashes 38 Start uploading crashes
39 </message> 39 </message>
40 <message name="IDS_CRASH_UPLOAD_NOW_LINK_TEXT" desc="Link text for manual uplo ads of a crash report"> 40 <message name="IDS_CRASH_UPLOAD_NOW_LINK_TEXT" desc="Link text for manual uplo ads of a crash report">
41 Send now 41 Send now
42 </message> 42 </message>
43 <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> .
45 </message>
43 </grit-part> 46 </grit-part>
OLDNEW
« no previous file with comments | « components/crash/core/browser/resources/crashes.js ('k') | components/upload_list/upload_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698