diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-23 21:34:36 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-23 21:34:36 +0000 |
commit | f1b89ad6ccf85e93ef3c0886e04e6990f4bcab29 (patch) | |
tree | de6c5b747d106dc6e960736a29d09a78f5a6d305 /chrome/app/generated_resources.grd | |
parent | 541f7792a2526af07cc2593ef5961fb58a472b0c (diff) | |
download | chromium_src-f1b89ad6ccf85e93ef3c0886e04e6990f4bcab29.zip chromium_src-f1b89ad6ccf85e93ef3c0886e04e6990f4bcab29.tar.gz chromium_src-f1b89ad6ccf85e93ef3c0886e04e6990f4bcab29.tar.bz2 |
Fullscreen mode UI.
This requires a change that is currently out for review from sky.
BUG=534
TEST=App menu should have a "full screen mode" entry; going into fullscreen mode should display a bubble at the top of the screen, which should slide away after a few seconds; mousing to the screen top will show the bubble again, and clicking the link inside should exit fullscreen mode.
Review URL: http://codereview.chromium.org/28012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10214 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-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 b61864d..463736a 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -559,6 +559,9 @@ each locale. --> <message name="IDS_SHOW_BOOKMARK_BAR" desc="The toggle to show the bookmark bar"> &Always show bookmarks bar </message> + <message name="IDS_FULLSCREEN" desc="Switches into fullscreen mode"> + &Full screen + </message> <message name="IDS_CLEAR_BROWSING_DATA" desc="The text label for the menu item for clearing of browsing data"> &Clear browsing data... </message> @@ -1487,6 +1490,12 @@ each locale. --> Close find bar </message> + + <!-- Fullscreen mode --> + <message name="IDS_EXIT_FULLSCREEN_MODE" desc="Clickable message displayed on entering fullscreen mode to tell users how to return to normal mode"> + Exit full screen (<ph name="ACCELERATOR">$1<ex>F11</ex></ph>) + </message> + <!-- Task Manager Window --> <message name="IDS_TASK_MANAGER_KILL" desc="The caption of the Task Manager kill button"> @@ -3189,6 +3198,9 @@ each locale. --> <message name="IDS_F1_KEY" desc="F1 key"> F1 </message> + <message name="IDS_F11_KEY" desc="F11 key"> + F11 + </message> <!-- Strings used in local directory listings --> <message name="IDS_DIRECTORY_LISTING_HEADER" desc="When viewing a local directory, this is the title of the page."> |