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

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 149973002: [chromeos/about:power] Collect cpuidle and cpufreq stats (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build after rebase Created 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/chromeos_strings.grdp
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
index 5eaba41ab6f9d485082796107be46383f384beeb..23951cf0822fac76a91ec80dafe52a2c526c8705 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -5033,17 +5033,38 @@ All users must sign out to continue.
<message name="IDS_ABOUT_POWER_TITLE" desc="Title of the page">
Power
</message>
+ <message name="IDS_ABOUT_POWER_SHOW_BUTTON" desc="Text on the 'Show' button">
Daniel Erat 2014/03/07 00:49:18 nit: the descriptions for these new strings (and p
+ Show
+ </message>
+ <message name="IDS_ABOUT_POWER_HIDE_BUTTON" desc="Text on the 'Hide' button">
+ Hide
+ </message>
<message name="IDS_ABOUT_POWER_RELOAD_BUTTON" desc="Text on the reload button">
Reload
</message>
+ <message name="IDS_ABOUT_POWER_BATTERY_CHARGE_SECTION_TITLE" desc="Title for the battery charge related plots">
+ Battery Charge
+ </message>
<message name="IDS_ABOUT_POWER_BATTERY_CHARGE_PERCENTAGE_HEADER" desc="Header of the battery charge plot">
Battery Charge Percentage
</message>
<message name="IDS_ABOUT_POWER_BATTERY_DISCHARGE_RATE_HEADER" desc="Header of the battery discharge rate plot">
- Battery Discharge Rate in Watts
+ Battery Discharge Rate in Watts (Negative value means battery is charging)
+ </message>
+ <message name="IDS_ABOUT_POWER_DISCHARGE_RATE_LEGEND_TEXT" desc="Text to be displayed for the discharge rate legend entry">
+ Discharge Rate in Watts
+ </message>
+ <message name="IDS_ABOUT_POWER_CPU_IDLE_SECTION_TITLE" desc="Title for the CPU idle state data section">
+ Idle State Data
</message>
- <message name="IDS_ABOUT_POWER_NEGATIVE_DISCHARGE_RATE_INFO" desc="Describes what a negative discharge rate means">
- Negative discharge rate means the battery is charging
+ <message name="IDS_ABOUT_POWER_CPU_IDLE_STATE_OCCUPANCY_PERCENTAGE" desc="Header for idle state plots">
+ Idle State Occupancy Percentage
+ </message>
+ <message name="IDS_ABOUT_POWER_CPU_FREQ_SECTION_TITLE" desc="Title for the CPU frequency state data section">
+ Frequency State Data
+ </message>
+ <message name="IDS_ABOUT_POWER_CPU_FREQ_STATE_OCCUPANCY_PERCENTAGE" desc="Header for frequency state plots">
+ Frequency State Occupancy Percentage
</message>
<message name="IDS_ABOUT_POWER_NOT_ENOUGH_DATA" desc="String to display when enough plot data is not available">
Not enough data available yet.
@@ -5051,6 +5072,12 @@ All users must sign out to continue.
<message name="IDS_ABOUT_POWER_SYSTEM_SUSPENDED" desc="String to display on plots for sleep duration">
Suspended
</message>
+ <message name="IDS_ABOUT_POWER_INVALID" desc="String for invalid data">
+ Invalid
+ </message>
+ <message name="IDS_ABOUT_POWER_OFFLINE" desc="String to display for offline CPUs">
+ Offline
+ </message>
<!-- Strings for the new-style OAuth-based enterprise enrollment page -->
<message name="IDS_ENTERPRISE_DEVICE_REQUISITION_PROMPT_CANCEL" desc="Cancel button text in the device requisition poup.">
« no previous file with comments | « no previous file | chrome/browser/chromeos/power/cpu_data_collector.h » ('j') | chrome/browser/chromeos/power/cpu_data_collector.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698