diff options
author | dgozman@chromium.org <dgozman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-20 12:57:48 +0000 |
---|---|---|
committer | dgozman@chromium.org <dgozman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-20 12:57:48 +0000 |
commit | eea1b829d96807e60ee311e8bbdfd21db2fe7d06 (patch) | |
tree | 5a7df362c47152e5f79341a00d728cd1ad8b3671 /chrome/app | |
parent | 0ce480535c4fa6a92d41176d5b8ebb95261c11d9 (diff) | |
download | chromium_src-eea1b829d96807e60ee311e8bbdfd21db2fe7d06.zip chromium_src-eea1b829d96807e60ee311e8bbdfd21db2fe7d06.tar.gz chromium_src-eea1b829d96807e60ee311e8bbdfd21db2fe7d06.tar.bz2 |
[filemanager] Strings for Photo Import.
BUG=135169
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10816003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147646 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 7973290..fdc8c03 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -10920,6 +10920,9 @@ Some features may be unavailable. Please check that the profile exists and you <message name="IDS_FILE_BROWSER_UNMOUNT_DEVICE_BUTTON_LABEL" desc="Title of the action for unmounting removable device."> Eject device </message> + <message name="IDS_FILE_BROWSER_IMPORT_PHOTOS_BUTTON_LABEL" desc="Title of the action for importing photos."> + Import photos + </message> <message name="IDS_FILE_BROWSER_ACTION_VIEW" desc="Title of the action to view (no edit) a file."> View @@ -11013,6 +11016,34 @@ Some features may be unavailable. Please check that the profile exists and you This file is not available offline. </message> + <message name="IDS_FILE_BROWSER_PHOTO_IMPORT_IMPORT_BUTTON" desc="In the Photo import, label of import button."> + Import + </message> + <message name="IDS_FILE_BROWSER_PHOTO_IMPORT_CANCEL_BUTTON" desc="In the Photo import, label of cancel button."> + Cancel + </message> + <message name="IDS_FILE_BROWSER_PHOTO_IMPORT_GDATA_ERROR" desc="In the Photo import, error message when drive is unaccessible."> + Error accessing "My Photos". + </message> + <message name="IDS_FILE_BROWSER_PHOTO_IMPORT_SOURCE_ERROR" desc="In the Photo import, error message inidcating that photos cannot be read."> + Cannot read the photos. + </message> + <message name="IDS_FILE_BROWSER_PHOTO_IMPORT_UNKNOWN_DATE" desc="In the Photo import, label of group for photos with unknown date."> + Unknown date + </message> + <message name="IDS_FILE_BROWSER_PHOTO_IMPORT_NEW_ALBUM_NAME" desc="In the Photo import, default name for new album."> + New Album + </message> + <message name="IDS_FILE_BROWSER_PHOTO_IMPORT_SELECT_ALBUM_CAPTION" desc="In the Photo import, caption of select album dialog."> + Where to import this photo? + </message> + <message name="IDS_FILE_BROWSER_PHOTO_IMPORT_SELECT_ALBUM_CAPTION_PLURAL" desc="In the Photo import, caption of select album dialog (plural)."> + Where to import these $1 photos? + </message> + <message name="IDS_FILE_BROWSER_PHOTO_IMPORT_IMPORTING_ERROR" desc="In the Photo import, importing error message."> + Cannot import. An error occured. + </message> + <message name="IDS_FILE_BROWSER_CONFIRM_OVERWRITE_FILE" desc="Asks the user if they are sure they want to overwrite an existing file with another one."> A file named "$1" already exists. Do you want to replace it? </message> |