diff options
author | ryoh <ryoh@chromium.org> | 2016-03-18 02:16:00 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-18 09:17:02 +0000 |
commit | a7ec78c615697fd49c5a9e4c797a54ab9f0aeea4 (patch) | |
tree | 5d45b1c16c7ec2b8fc6447a68cdcfd528255a570 /chrome/app/chromeos_strings.grdp | |
parent | fa7d8b396b85d9b6440a4f430ff90eb6a4c4a680 (diff) | |
download | chromium_src-a7ec78c615697fd49c5a9e4c797a54ab9f0aeea4.zip chromium_src-a7ec78c615697fd49c5a9e4c797a54ab9f0aeea4.tar.gz chromium_src-a7ec78c615697fd49c5a9e4c797a54ab9f0aeea4.tar.bz2 |
Files app: Implement details panel for multiple files.
BUG=274045
TEST=manually
Review URL: https://codereview.chromium.org/1806433002
Cr-Commit-Position: refs/heads/master@{#381917}
Diffstat (limited to 'chrome/app/chromeos_strings.grdp')
-rw-r--r-- | chrome/app/chromeos_strings.grdp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp index ca45478..2b9f41e 100644 --- a/chrome/app/chromeos_strings.grdp +++ b/chrome/app/chromeos_strings.grdp @@ -166,6 +166,12 @@ Press any key to continue exploring. <message name="IDS_FILE_BROWSER_STATUS_COLUMN_LABEL" desc="Status column label. This column reflects the cloud import status of files. The status is an icon depicting whether a file has been imported, and if so, where to - for example, a Drive icon if a file has been imported to Google Drive. For unimported files, this column is blank. "> Status </message> + <message name="IDS_FILE_BROWSER_TOTAL_FILE_COUNT_LABEL" desc="Total count of files that user selects in Files app"> + Total file count + </message> + <message name="IDS_FILE_BROWSER_TOTAL_FILE_SIZE_LABEL" desc="Total size of files that user selects in Files app"> + Total file size + </message> <message name="IDS_FILE_BROWSER_TYPE_COLUMN_LABEL" desc="Type column label."> Type </message> |