diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-20 16:47:13 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-20 16:47:13 +0000 |
commit | 0ba5c5e634c8e0282169fd94e119d9e4070b1e6d (patch) | |
tree | acbc48190a9dc739c120f62e97d67a9be9beab4a /chrome/app/generated_resources.grd | |
parent | 797cf0cc490f960fec4bfd3de5a19d23e42c6b84 (diff) | |
download | chromium_src-0ba5c5e634c8e0282169fd94e119d9e4070b1e6d.zip chromium_src-0ba5c5e634c8e0282169fd94e119d9e4070b1e6d.tar.gz chromium_src-0ba5c5e634c8e0282169fd94e119d9e4070b1e6d.tar.bz2 |
Add (incomplete) UI for creating application shortcuts on Linux
TEST=none
http://crbug.com/17251
Review URL: http://codereview.chromium.org/171082
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23827 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 62860a8..9a767a5 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -407,7 +407,7 @@ each locale. --> <message name="IDS_CONTENT_CONTEXT_UNMUTE" desc="The name of the Unmute command for audio and video playback in the content area context menu"> Un&mute </message> - + <message name="IDS_CONTENT_CONTEXT_FULLSCREEN" desc="The name of the Fullscreen command for the video element in the content area context menu"> &Fullscreen </message> @@ -433,7 +433,7 @@ each locale. --> <message name="IDS_CONTENT_CONTEXT_OPENAUDIONEWTAB" desc="The name of the Open Audio in New Tab command in the content area context menu"> &Open audio in new tab </message> - + <message name="IDS_CONTENT_CONTEXT_UNDO" desc="The name of the Undo command in the content area context menu"> &Undo </message> @@ -1656,7 +1656,7 @@ each locale. --> <ph name="DOWNLOAD_SIZE">$1<ex>54kB</ex></ph>, Complete </message> <message name="IDS_DOWNLOAD_STATUS_CANCELED" desc="Canceled text."> - Canceled + Canceled </message> <message name="IDS_DOWNLOAD_BUTTON_OPEN" desc="Button open text."> @@ -1798,6 +1798,20 @@ each locale. --> Create application &shortcuts... </message> + <!-- "Create application shortcuts" dialog (non-Gears) --> + <message name="IDS_CREATE_SHORTCUTS_TITLE" desc="Title of the dialog to create application shortcuts for current page."> + Create application shortcuts + </message> + <message name="IDS_CREATE_SHORTCUTS_LABEL" desc="Contents of the main label in the create application shortcuts dialog explaining the dialog."> + Create application shortcuts in the following places: + </message> + <message name="IDS_CREATE_SHORTCUTS_DESKTOP_CHKBOX" desc="Label of the checkbox to create an application shortcut on the desktop."> + Desktop + </message> + <message name="IDS_CREATE_SHORTCUTS_COMMIT" desc="Title of the button to actually create the shortcuts."> + Create + </message> + <!-- SSL error strings --> <message name="IDS_SEVERAL_SSL_ERRORS" desc="Bubble info header text when there is more than 1 error"> There are several SSL errors on this page: @@ -2421,7 +2435,7 @@ each locale. --> <message name="IDS_CONFIRM_MESSAGEBOX_NO_BUTTON_LABEL" desc="Confirm MessageBox Dialog's 'No' button text"> No </message> - + <!-- Password Manager --> <message name="IDS_PASSWORD_MANAGER_SAVE_BUTTON" desc="Save button text for password manager"> Save password @@ -3852,8 +3866,8 @@ each locale. --> <message name="IDS_NEW_TAB_THEMES_GALLERY_PAGE_TITLE" desc="Title for the hard coded thumbnail that represents the Google Chrome Themes Gallery page. This is used on the NTP when there aren't enough thumbnails to show."> Google Chrome Themes Gallery - </message> - + </message> + <!-- New tab page web clips. These are not in use yet --> <message name="IDS_NEW_TAB_WEB_CLIPS_WEB_CLIPS" desc="Web Clips module header"> @@ -4703,7 +4717,7 @@ each locale. --> <!-- Privacy Blacklist --> <message name="IDS_BLACKLIST_TITLE" desc="Title of the page displayed when a page is blocked."> - Blocked Resource + Blocked Resource </message> <message name="IDS_BLACKLIST_MESSAGE" desc="Message shown instead of a blocked element."> The following Privacy Blacklists prevented this content from showing: |