Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 Crash report is <ph name="CRASH_SIZE">$1<ex>10KB</ex></ph>KB. | |
|
Mark Mentovai
2016/09/13 16:13:25
The <ex> shouldn’t have KB in it since the message
Mark Mentovai
2016/09/13 16:13:25
The way that these messages stack together gets ki
gayane -on leave until 09-2017
2016/09/13 17:40:23
Removed KB from example.
I have searched for file
gayane -on leave until 09-2017
2016/09/13 17:40:23
I cannot put them in one message as the crash repo
Mark Mentovai
2016/09/13 18:21:17
gayane wrote:
Mark Mentovai
2016/09/13 18:21:17
gayane wrote:
| |
| 45 </message> | |
| 43 </grit-part> | 46 </grit-part> |
| OLD | NEW |