diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-23 22:07:47 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-23 22:07:47 +0000 |
commit | ef705a2ad03b8ecdf7b6412749fbe6471d565dce (patch) | |
tree | 5b22db58796b91e975ec3a27c586d500613b3625 | |
parent | c9afec69556606a2a86fd2969c7e403cfa7b23f5 (diff) | |
download | chromium_src-ef705a2ad03b8ecdf7b6412749fbe6471d565dce.zip chromium_src-ef705a2ad03b8ecdf7b6412749fbe6471d565dce.tar.gz chromium_src-ef705a2ad03b8ecdf7b6412749fbe6471d565dce.tar.bz2 |
Web Intents: Add strings for the common actions.
BUG=113453
TEST=none
R=groby
Review URL: https://chromiumcodereview.appspot.com/9836056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128588 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 7aa9779..9a603bf 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -15309,6 +15309,26 @@ Battery full More suggestions </message> + <!-- Web Intents common actions --> + <message name="IDS_WEB_INTENTS_ACTION_SHARE" desc="Question asking the user to pick a service for the 'share' action."> + Which service should be used for sharing? + </message> + <message name="IDS_WEB_INTENTS_ACTION_EDIT" desc="Question asking the user to pick a service for the 'edit' action."> + Which service should be used for editing? + </message> + <message name="IDS_WEB_INTENTS_ACTION_VIEW" desc="Question asking the user to pick a service for the 'viewing' action."> + Which service should be used for viewing? + </message> + <message name="IDS_WEB_INTENTS_ACTION_PICK" desc="Question asking the user to pick a service for the 'pick' action."> + Which service should be used for picking? + </message> + <message name="IDS_WEB_INTENTS_ACTION_SUBSCRIBE" desc="Question asking the user to pick a service for the 'subscribe' action."> + Which service should be used for subscribing? + </message> + <message name="IDS_WEB_INTENTS_ACTION_SAVE" desc="Question asking the user to pick a service for the 'save' action."> + Which service should be used for saving? + </message> + <!-- PDF with unsupported feature Info Bar --> <message name="IDS_PDF_INFOBAR_QUESTION_READER_INSTALLED" desc="Question asked on the info bar when a user views a PDF with an unsupported feature and they have Adobe Reader installed."> Parts of this PDF document could not be displayed. Open in Adobe Reader? |