diff options
author | dgozman@chromium.org <dgozman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-17 11:41:03 +0000 |
---|---|---|
committer | dgozman@chromium.org <dgozman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-17 11:41:03 +0000 |
commit | c7f4d795a59d8ae355e926324fda81d918736ace (patch) | |
tree | 2ceb1662d7c604e16bc511b215118ff5a5650bf6 | |
parent | 71b17be6471136891b943ef854431bd29f959c85 (diff) | |
download | chromium_src-c7f4d795a59d8ae355e926324fda81d918736ace.zip chromium_src-c7f4d795a59d8ae355e926324fda81d918736ace.tar.gz chromium_src-c7f4d795a59d8ae355e926324fda81d918736ace.tar.bz2 |
[filemanager] Landing string for removable device actions.
BUG=135169
TEST=none
Review URL: https://codereview.chromium.org/10928205
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157100 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 8186de8..8bef99b 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -11746,6 +11746,9 @@ Some features may be unavailable. Please check that the profile exists and you <message name="IDS_FILE_BROWSER_ACTION_CHOICE_VIEW_FILES" desc="In the action choice dialog, label of action to view all files."> View all files </message> + <message name="IDS_FILE_BROWSER_ACTION_CHOICE_WATCH_SINGLE_VIDEO" desc="In the action choice dialog, label of action to watch a single video."> + Watch <ph name="VIDEO_NAME">$1<ex>Best movie</ex></ph> + </message> <message name="IDS_FILE_BROWSER_ACTION_CHOICE_OK" desc="In the action choice dialog, label of the ok button."> Next > </message> @@ -11756,6 +11759,15 @@ Some features may be unavailable. Please check that the profile exists and you <ph name="PHOTOS_COUNT">$2<ex>85</ex></ph> photos out of <ph name="FILES_COUNT">$1<ex>123</ex></ph> files </message> + <message name="IDS_FILE_BROWSER_PHOTO_IMPORT_TITLE" desc="In the Photo import, the window title."> + Import media + </message> + <message name="IDS_FILE_BROWSER_PHOTO_IMPORT_IMPORTING" desc="In the Photo import, text informing that import is running."> + Importing <ph name="COUNT">$1<ex>42</ex></ph> photos to Drive + </message> + <message name="IDS_FILE_BROWSER_PHOTO_IMPORT_IMPORT_COMPLETE" desc="In the Photo import, text informing that import is done."> + Import complete + </message> <message name="IDS_FILE_BROWSER_PHOTO_IMPORT_IMPORT_BUTTON" desc="In the Photo import, label of import button."> Import </message> |