diff options
author | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-14 06:38:02 +0000 |
---|---|---|
committer | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-14 06:38:02 +0000 |
commit | 8a6604243b387f25e9ffaa23df137c850f2379c4 (patch) | |
tree | 32e08bc5534b3da34108aae19020f2cd6f8b5ce6 /ash/ash_strings.grd | |
parent | fbce876ba4ca088a91ebab03d2b4400cd11205c1 (diff) | |
download | chromium_src-8a6604243b387f25e9ffaa23df137c850f2379c4.zip chromium_src-8a6604243b387f25e9ffaa23df137c850f2379c4.tar.gz chromium_src-8a6604243b387f25e9ffaa23df137c850f2379c4.tar.bz2 |
Refresh Guest session UI
Removed guest icons and add guest label in tray
BUG=145546
TEST=manual
Review URL: https://codereview.chromium.org/10918215
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156757 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index ea443d1..6bc224b 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -220,6 +220,9 @@ Press Ctrl+Alt+Z to cancel. <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT" desc="The label used for the button in the status tray to sign out of the system."> Sign out </message> + <message name="IDS_ASH_STATUS_TRAY_GUEST_LABEL" desc="The label used in the system tray's user card to indicate that the current session is a guest session."> + Guest + </message> <message name="IDS_ASH_STATUS_TRAY_EXIT_GUEST" desc="The label used for the button in the status tray to terminate a guest session."> Exit guest </message> @@ -273,7 +276,7 @@ Press Ctrl+Alt+Z to cancel. </message> <message name="IDS_ASH_STATUS_TRAY_TURN_ON_WIFI" desc="The label used for the item to turn on Wi-Fi networks."> Turn WiFi on... - </message> + </message> <message name="IDS_ASH_STATUS_TRAY_ENABLE_MOBILE" desc="The label used for the item to enable cellular networks."> Enable mobile data </message> @@ -391,7 +394,7 @@ Press Search or Shift to cancel. </message> <message name="IDS_ASH_STATUS_TRAY_BATTERY_PERCENT_ONLY" desc="The label in the tray bubble setting row to show the remaining battery power as a percent."> <ph name="percentage">$1<ex>56</ex></ph>% - </message> + </message> <message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_FULL" desc="The label in the tray dialog to show a time estimate until the battery is fully charged."> <ph name="hour">$1<ex>2</ex></ph>h <ph name="minute">$2<ex>53</ex></ph>m until full </message> @@ -400,7 +403,7 @@ Press Search or Shift to cancel. </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."> <ph name="hour">$1<ex>2</ex></ph>:<ph name="minute">$2<ex>53</ex></ph> left - </message> + </message> <message name="IDS_ASH_STATUS_TRAY_IP" desc="The label for the IP address of the network:"> IP Address </message> @@ -435,7 +438,7 @@ Press Search or Shift to cancel. This screen intentionally left blank </message> <message name="IDS_ASH_SECONDARY_MONITOR_SHORTCUT" desc="The shortcut text on the secondary monitors."> - Ctrl + + Ctrl + </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 |