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

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

Issue 10796054: Adapt the linux about_memory page to better render on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Using grd summary descriptions. Created 8 years, 4 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 | Annotate | Revision Log
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 specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. --> 4 Chrome supports. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h e needs to restart Chrome OS. Shown next to a button that says 'Restart Now'."> 558 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h e needs to restart Chrome OS. Shown next to a button that says 'Restart Now'.">
559 Your changes will take effect the next time you restart your device. 559 Your changes will take effect the next time you restart your device.
560 </message> 560 </message>
561 </if> 561 </if>
562 562
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 messages 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 messages is followed by a 'Learn more' link.">
565 Google Chrome is no longer updating because your operating system is ob solete. 565 Google Chrome is no longer updating because your operating system is ob solete.
566 </message> 566 </message>
567 567
568 <!-- about:memory -->
569 <if expr="pp_ifdef('android')">
570 <message name="IDS_MEMORY_USAGE_SUMMARY_DESC" desc="Describes the browse r summary table in the about memory page, which shows memory usage for Google Ch rome.">
Evan Stade 2012/07/24 21:37:04 for now, you can put translateable="false"
Ted C 2012/07/24 23:54:47 Done.
571 Summary of memory used by Google Chrome. Since Google Chrome uses mult iple processes, memory reflects aggregate memory used across all browser process es.<ph name="BEGIN_PARAGRAPH">&lt;p&gt;</ph>For Google Chrome, processes used to display diagnostics information (such as this "about:memory") are excluded.<ph name="END_PARAGRAPH">&lt;/p&gt;</ph>
Evan Stade 2012/07/24 21:37:04 instead of cooking html into the grd, I think it's
Ted C 2012/07/24 23:54:47 Done.
572 </message>
573 </if>
574
568 <!-- About Chrome page --> 575 <!-- About Chrome page -->
569 <if expr="not pp_ifdef('chromeos')"> 576 <if expr="not pp_ifdef('chromeos')">
570 <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully upgraded Google Chrome"> 577 <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully upgraded Google Chrome">
571 Google Chrome has been updated to <ph name="VERSION">$1<ex>0.1.131</ex ></ph> 578 Google Chrome has been updated to <ph name="VERSION">$1<ex>0.1.131</ex ></ph>
572 </message> 579 </message>
573 </if> 580 </if>
574 <if expr="pp_ifdef('chromeos')"> 581 <if expr="pp_ifdef('chromeos')">
575 <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully upgraded Chrome OS"> 582 <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully upgraded Chrome OS">
576 Your device has been updated to <ph name="VERSION">$1<ex>0.1.131</ex>< /ph> 583 Your device has been updated to <ph name="VERSION">$1<ex>0.1.131</ex>< /ph>
577 </message> 584 </message>
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 Chrome Autofill settings 733 Chrome Autofill settings
727 </message> 734 </message>
728 735
729 <!-- Web Intents --> 736 <!-- Web Intents -->
730 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt on in the web intent picker that installs an extension then uses the extension a s an intent service."> 737 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt on in the web intent picker that installs an extension then uses the extension a s an intent service.">
731 Add to Chrome 738 Add to Chrome
732 </message> 739 </message>
733 </messages> 740 </messages>
734 </release> 741 </release>
735 </grit> 742 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698