Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 507293002: Enrich fileBrowserPrivate.onFileTransfersUpdated event to support displaying total number of jobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/chromeos_strings.grdp
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
index 3f784ac382dedc108f6b1624e082b66f24ceb1a8..0862aad3fd956b5969e6e079bb378d88f55a1e3a 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -500,6 +500,9 @@ Press any key to continue exploring.
<message name="IDS_FILE_BROWSER_SYNC_FILE_NAME" desc="File Manager status message.">
Syncing <ph name="FILE_NAME">$1<ex>movie.avi</ex></ph>...
</message>
+ <message name="IDS_FILE_BROWSER_SYNC_FILE_NUMBER" desc="File Manager status message.">
+ Syncing <ph name="NUMBER_OF_FILES">$1<ex>7</ex></ph> items...
+ </message>
<message name="IDS_FILE_BROWSER_SYNC_DELETE_WITHOUT_PERMISSION_ERROR" desc="File Manager status message shown when the drive sync is failed because a user try to remove shared files that the user does not own.">
"<ph name="FILENAME">$1<ex>photo.jpg</ex></ph>" has been shared with you. You cannot delete it because you do not own it.
</message>
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/job_list.h » ('j') | chrome/browser/chromeos/drive/job_scheduler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698