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

Side by Side Diff: chrome/app/chromium_strings.grd

Issue 1722493002: Project Eraser: Kill chrome://memory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix chrome_browser_ui.gypi. Created 4 years, 9 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 | « chrome/BUILD.gn ('k') | chrome/app/generated_resources.grd » ('j') | 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 <!-- This file contains definitions of strings that are distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 If you update this file, be sure also to update google_chrome_strings.grd. --> 3 If you update this file, be sure also to update google_chrome_strings.grd. -->
4 4
5 <grit base_dir="." latest_public_release="0" current_release="1" 5 <grit base_dir="." latest_public_release="0" current_release="1"
6 source_lang_id="en" enc_check="möl"> 6 source_lang_id="en" enc_check="möl">
7 <outputs> 7 <outputs>
8 <output filename="grit/chromium_strings.h" type="rc_header"> 8 <output filename="grit/chromium_strings.h" type="rc_header">
9 <emit emit_type='prepend'></emit> 9 <emit emit_type='prepend'></emit>
10 </output> 10 </output>
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 <!-- Obsolete System info bar --> 563 <!-- Obsolete System info bar -->
564 <message name="IDS_SYSTEM_OBSOLETE_MESSAGE" desc="Message shown when your OS is no longer supported. This message is followed by a 'Learn more' link."> 564 <message name="IDS_SYSTEM_OBSOLETE_MESSAGE" desc="Message shown when your OS is no longer supported. This message is followed by a 'Learn more' link.">
565 Chromium has stopped updating and no longer supports this version of yo ur operating system. 565 Chromium has stopped updating and no longer supports this version of yo ur operating system.
566 </message> 566 </message>
567 567
568 <!-- Google API keys info bar --> 568 <!-- Google API keys info bar -->
569 <message name="IDS_MISSING_GOOGLE_API_KEYS" desc="Message shown when Googl e API keys are missing. This message is followed by a 'Learn more' link."> 569 <message name="IDS_MISSING_GOOGLE_API_KEYS" desc="Message shown when Googl e API keys are missing. This message is followed by a 'Learn more' link.">
570 Google API keys are missing. Some functionality of Chromium will be disa bled. 570 Google API keys are missing. Some functionality of Chromium will be disa bled.
571 </message> 571 </message>
572 572
573 <!-- about:memory -->
574 <if expr="not is_android">
575 <message name="IDS_MEMORY_USAGE_SUMMARY_DESC" desc="Describes the browse r summary table in the about memory page, which shows memory usage for Chromium and any other active browsers." translateable="false">
576 Summary of memory used by currently active browsers. For browsers which use mult iple processes, memory reflects aggregate memory used across all browser process es.
577
578 For Chromium, processes used to display diagnostics information (such as this "a bout:memory") are excluded.
579 </message>
580 </if>
581 <if expr="is_android">
582 <message name="IDS_MEMORY_USAGE_SUMMARY_DESC" desc="Describes the browse r summary table in the about memory page, which shows memory usage for Chromium. " translateable="false">
583 Summary of memory used by Chromium. Since Chromium uses multiple processes, memo ry reflects aggregate memory used across all browser processes.
584
585 For Chromium, processes used to display diagnostics information (such as this "a bout:memory") are excluded.
586 </message>
587 </if>
588
589 <!-- About Chrome page --> 573 <!-- About Chrome page -->
590 <if expr="not chromeos"> 574 <if expr="not chromeos">
591 <message name="IDS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Succ essfully updated Chromium"> 575 <message name="IDS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Succ essfully updated Chromium">
592 Nearly up-to-date! Relaunch Chromium to finish updating. 576 Nearly up-to-date! Relaunch Chromium to finish updating.
593 </message> 577 </message>
594 </if> 578 </if>
595 <if expr="chromeos"> 579 <if expr="chromeos">
596 <message name="IDS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Succ essfully updated Chromium OS"> 580 <message name="IDS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Succ essfully updated Chromium OS">
597 Nearly up-to-date! Restart your device to finish updating. 581 Nearly up-to-date! Restart your device to finish updating.
598 </message> 582 </message>
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 </message> 1166 </message>
1183 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" 1167 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT"
1184 desc="Alt text for the faded Chrome logo image."> 1168 desc="Alt text for the faded Chrome logo image.">
1185 Chromium logo 1169 Chromium logo
1186 </message> 1170 </message>
1187 </if> 1171 </if>
1188 1172
1189 </messages> 1173 </messages>
1190 </release> 1174 </release>
1191 </grit> 1175 </grit>
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698