diff options
author | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-01 20:59:18 +0000 |
---|---|---|
committer | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-01 20:59:18 +0000 |
commit | 932a4e2845ca29e45e7cf74f0d2b0d761dd4c4a2 (patch) | |
tree | 86ae267b40da3acd03c480809c14fcc80aa800d7 /ash/ash_strings.grd | |
parent | 2b9c877027cc39eeb99df442f9a7eb9b1f2c926f (diff) | |
download | chromium_src-932a4e2845ca29e45e7cf74f0d2b0d761dd4c4a2.zip chromium_src-932a4e2845ca29e45e7cf74f0d2b0d761dd4c4a2.tar.gz chromium_src-932a4e2845ca29e45e7cf74f0d2b0d761dd4c4a2.tar.bz2 |
Created uber tray UI for monitoring ongoing WebDrive sync operations
BUG=chromium-os:30075
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10214013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134774 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index 2312dca..92538d7 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -282,6 +282,15 @@ This file contains the strings for ash. <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ADD_DEVICE" desc="The label used in the tray popup to add a bluetooth device."> Add device... </message> + <message name="IDS_ASH_STATUS_TRAY_DRIVE_SYNCING" desc="The label in the tray to indicate onoing file sync operations."> + Syncing <ph name="count">$1<ex>3</ex></ph> file(s) + </message> + <message name="IDS_ASH_STATUS_TRAY_DRIVE" desc="The label used for Google Drive tray details header."> + Google Drive + </message> + <message name="IDS_ASH_STATUS_TRAY_DRIVE_SETTINGS" desc="The label used for Google Drive settings entry."> + Google Drive settings... + </message> <message name="IDS_ASH_STATUS_TRAY_IME" desc="The label used as the header in the IME popup."> Input methods </message> |