diff options
author | tengs@chromium.org <tengs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-12 08:36:25 +0000 |
---|---|---|
committer | tengs@chromium.org <tengs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-12 08:36:25 +0000 |
commit | 9bbe6f546d22fa0e879be02877e266b16b6212e1 (patch) | |
tree | a87074dcc8827c5e380d5577420917de69de5973 /ash/ash_strings.grd | |
parent | 2c0d3354650082b002389520d9f6e684db3a9fff (diff) | |
download | chromium_src-9bbe6f546d22fa0e879be02877e266b16b6212e1.zip chromium_src-9bbe6f546d22fa0e879be02877e266b16b6212e1.tar.gz chromium_src-9bbe6f546d22fa0e879be02877e266b16b6212e1.tar.bz2 |
Introduce enable Google Drive offline mode notice to ash system tray.
BUG=311452
TEST=added unit tests
Review URL: https://codereview.chromium.org/47463006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234458 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 289c8b1..3580e7b 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -363,6 +363,15 @@ Press Ctrl+Alt+Z to disable. <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ORIENTATION_270" desc="The value of display orientation option item: 270-degree rotated"> 270° </message> + <message name="IDS_ASH_STATUS_TRAY_DRIVE_OFFLINE_NOTICE" desc="The label in the tray notifying a first-time logged in user that they are being opted-in to Google Drive offline."> + Preparing Google Drive for offline... + </message> + <message name="IDS_ASH_STATUS_TRAY_DRIVE_DISABLE_OFFLINE" desc="The label in the detailed drive offline opt-in notice tray item explaining how to disable Google Drive offline."> + To disable Google Drive offline on this device, adjust your settings at drive.google.com. + </message> + <message name="IDS_ASH_STATUS_TRAY_DRIVE_OFFLINE_FOOTER" desc="The label for the footer of the detailed drive offline opt-in notice tray item."> + Google Drive + </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> |