diff options
author | bartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-15 11:44:31 +0000 |
---|---|---|
committer | bartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-15 11:44:31 +0000 |
commit | 1682765344cb63cc02eef46f65e902c5aa5c1c3f (patch) | |
tree | 05ba1f3561338a9984e2b75ae2ba5881bafd791d /ash/ash_strings.grd | |
parent | e279d9ec38ba0dd798afbdc245aa58f3e1c8a55b (diff) | |
download | chromium_src-1682765344cb63cc02eef46f65e902c5aa5c1c3f.zip chromium_src-1682765344cb63cc02eef46f65e902c5aa5c1c3f.tar.gz chromium_src-1682765344cb63cc02eef46f65e902c5aa5c1c3f.tar.bz2 |
Add countdown when session time is limited
This CL adds a countdown to the ash tray when the session time is limited.
The UI can/will be improved further in the future. This is a first basic
functional implementation.
BUG=chromium-os:26957
TEST=Manual
TBR=sky@chromium.org
(for ash.gyp and ash_strings.grd changes)
Review URL: https://codereview.chromium.org/11568036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173293 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index a4a5132..518dead 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -509,6 +509,9 @@ Press Shift + Alt to switch. <message name="IDS_ASH_STATUS_TRAY_NETWORK_CONNECTING" desc="Shows a connecting network in the network list."> <ph name="NETWORK">$1<ex>GoogleGuest</ex></ph>: Connecting... </message> + <message name="IDS_ASH_STATUS_TRAY_REMAINING_SESSION_TIME" desc="The time remaining until the end of the session. Shown if the session length is limited."> + <ph name="hours">$1<ex>01</ex></ph>:<ph name="minutes">$2<ex>35</ex></ph>:<ph name="seconds">$3<ex>12</ex></ph> + </message> <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible text for header entries for detailed versions of status tray items."> Previous menu |