Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 855ec0da86f7b3e28918ac3efead76988012198b..fd3082cf56f960ade5f1396477f24eba82849734 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -14718,17 +14718,38 @@ Do you accept? |
| <message name="IDS_ABOUT_POWER_TITLE" desc="Title of the page"> |
| Power |
| </message> |
| + <message name="IDS_ABOUT_POWER_EXPAND_BUTTON" desc="Text on the exapnd button"> |
| + Expand |
| + </message> |
| + <message name="IDS_ABOUT_POWER_HIDE_BUTTON" desc="Text on the hide button"> |
| + Hide |
|
Daniel Erat
2014/02/15 15:31:25
the opposite of "expand" should be "collapse"
(al
Siva Chandra
2014/02/19 20:02:30
Done.
|
| + </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_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_SECTION_TITLE" desc="Title for the CPU idle state data section"> |
| + Idle State Data |
| + </message> |
| + <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. |
| @@ -14736,6 +14757,12 @@ Do you accept? |
| <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> |
| </if> |
| <!-- Local Device Discovery display strings --> |