diff options
author | jennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-28 18:52:02 +0000 |
---|---|---|
committer | jennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-28 18:52:02 +0000 |
commit | b98beffa82d993442c9750d70e48e49047e22f23 (patch) | |
tree | a0d6bd2e3e7a0e38823bcd9ee0efee267c8b13aa /ash/ash_strings.grd | |
parent | 0094420ef319a688c61fd155dae2ccf0f2182d2a (diff) | |
download | chromium_src-b98beffa82d993442c9750d70e48e49047e22f23.zip chromium_src-b98beffa82d993442c9750d70e48e49047e22f23.tar.gz chromium_src-b98beffa82d993442c9750d70e48e49047e22f23.tar.bz2 |
Fix the battery voice feedback issue in accessibility.
BUG=153596
TBR=sky
Review URL: https://codereview.chromium.org/11299055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170004 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index e4ac779..c58cc09 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -422,8 +422,32 @@ Press Shift + Alt to switch. <message name="IDS_ASH_STATUS_TRAY_BATTERY_CALCULATING" desc="The label in the tray dialog indicating that the time to charge or discharge the battery is being calculated."> Calculating... </message> - <message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_ONLY" desc="The label in the tray bubble settings row to show a time estimate until the battery is empty."> + <message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_LEFT_SHORT" desc="The label in the tray bubble settings row to show a time estimate until the battery is empty."> <ph name="hour">$1<ex>2</ex></ph>:<ph name="minute">$2<ex>53</ex></ph> left + </message> + <message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_FULL_SHORT" desc="The label in the tray bubble settings row to show a time estimate until the battery is fully charged."> + <ph name="hour">$1<ex>2</ex></ph>:<ph name="minute">$2<ex>53</ex></ph> until full + </message> + <message name="IDS_ASH_STATUS_TRAY_BATTERY_FULL_CHARGE_ACCESSIBLE" desc="The message used by accessibility to show battery is full and charging."> + Battery is full and charging. + </message> + <message name="IDS_ASH_STATUS_TRAY_BATTERY_PERCENT_ACCESSIBLE" desc="The message used by accessibility to show battery is calculating its time."> + Battery is <ph name="percentage">$1<ex>56</ex></ph>% full + </message> + <message name="IDS_ASH_STATUS_TRAY_BATTERY_PERCENT_CHARGING_ACCESSIBLE" desc="The message used by accessibility to show battery is calculating its time."> + Battery is <ph name="percentage">$1<ex>56</ex></ph>% full and charging + </message> + <message name="IDS_ASH_STATUS_TRAY_BATTERY_CALCULATING_ACCESSIBLE" desc="The message used by accessibility to show battery is calculating its time in short message."> + Calculating battery time. + </message> + <message name= "IDS_ASH_STATUS_TRAY_BATTERY_TIME_LEFT_ACCESSIBLE" desc="The message used by accessibility to read remaining battery time until empty."> + Time left until battery is empty, <ph name="time_left">$1<ex>1 hour and 15 minutes</ex></ph> + </message> + <message name= "IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_FULL_ACCESSIBLE" desc="The message used by accessibility to read the estimated time until full."> + Time remaining until battery is fully charged, <ph name="time_remaining">$1<ex>1 hour and 15 minutes</ex></ph> + </message> + <message name = "IDS_ASH_STATUS_TRAY_BATTERY_TIME_ACCESSIBLE" desc="The message used by accessibility to read battery time, which includes both non-zero hours and minutes."> + <ph name="hour">$1<ex> 1 hour</ex></ph> and <ph name="minute">$2<ex>15 minutes</ex></ph> </message> <message name="IDS_ASH_STATUS_TRAY_IP" desc="The label for the IP address of the network:"> IP Address |