Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(439)

Side by Side Diff: chrome/app/generated_resources.grd

Issue 8528052: Fix up fullscreen exit bubble messages to suggest Esc instead of F11 where appropriate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove irrelevant test Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 3599 matching lines...) Expand 10 before | Expand all | Expand 10 after
3610 </message> 3610 </message>
3611 <message name="IDS_FIND_IN_PAGE_NEXT_TOOLTIP" desc="The tooltip for the ne xt button"> 3611 <message name="IDS_FIND_IN_PAGE_NEXT_TOOLTIP" desc="The tooltip for the ne xt button">
3612 Next 3612 Next
3613 </message> 3613 </message>
3614 <message name="IDS_FIND_IN_PAGE_CLOSE_TOOLTIP" desc="The tooltip for the c lose button"> 3614 <message name="IDS_FIND_IN_PAGE_CLOSE_TOOLTIP" desc="The tooltip for the c lose button">
3615 Close find bar 3615 Close find bar
3616 </message> 3616 </message>
3617 3617
3618 3618
3619 <!-- Fullscreen mode --> 3619 <!-- Fullscreen mode -->
3620 <message name="IDS_EXIT_FULLSCREEN_MODE" desc="Clickable message displayed on entering full screen mode. Clicking on the link exits full screen mode.">
3621 Exit full screen
3622 </message>
3620 <if expr="not pp_ifdef('chromeos')"> 3623 <if expr="not pp_ifdef('chromeos')">
3621 <message name="IDS_EXIT_FULLSCREEN_MODE" desc="Clickable message display ed on entering fullscreen mode to tell users how to return to normal mode"> 3624 <message name="IDS_EXIT_FULLSCREEN_MODE_ACCELERATOR" desc="Accelerator d escription shown next to a link showing 'Exit full screen' e.g. 'Exit full scree n (Esc)', where 'Exit full screen' is a link.">
3622 Exit full screen (<ph name="ACCELERATOR">$1<ex>F11</ex></ph>) 3625 (<ph name="ACCELERATOR">$1<ex>Esc</ex></ph>)
3623 </message>
3624 </if>
3625 <if expr="pp_ifdef('chromeos')">
3626 <message name="IDS_EXIT_FULLSCREEN_MODE" desc="Clickable message display ed on entering fullscreen mode to tell users how to return to normal mode (for C hrome OS, which has a dedicated fullscreen key on the top row in the F3 position )">
3627 Exit full screen
3628 </message> 3626 </message>
3629 </if> 3627 </if>
3630 3628
3631 <!-- Mouse Lock mode --> 3629 <!-- Mouse Lock mode -->
3632 <message name="IDS_MOUSELOCK_ONENTER_ESCAPE_INSTRUCTIONS" desc="Message di splayed on entering mouse lock mode to tell users how to exit using the keyboard to normal mode"> 3630 <message name="IDS_MOUSELOCK_ONENTER_ESCAPE_INSTRUCTIONS" desc="Message di splayed on entering mouse lock mode to tell users how to exit using the keyboard to normal mode">
3633 The page has hidden the mouse pointer. To restore it, press 'Esc'. 3631 The page has hidden the mouse pointer. To restore it, press 'Esc'.
3634 </message> 3632 </message>
3635 3633
3636 <!-- Task Manager Window --> 3634 <!-- Task Manager Window -->
3637 <message name="IDS_TASK_MANAGER_KILL" desc="The caption of the Task Manage r kill button"> 3635 <message name="IDS_TASK_MANAGER_KILL" desc="The caption of the Task Manage r kill button">
(...skipping 10774 matching lines...) Expand 10 before | Expand all | Expand 10 after
14412 <message name="IDS_FULLSCREEN_ENTERED_FULLSCREEN_MOUSELOCK" desc="Text displ ayed in the bubble to inform the user that the page has gone fullscreen and lock ed the mouse."> 14410 <message name="IDS_FULLSCREEN_ENTERED_FULLSCREEN_MOUSELOCK" desc="Text displ ayed in the bubble to inform the user that the page has gone fullscreen and lock ed the mouse.">
14413 This page is now full screen and hiding your mouse cursor. 14411 This page is now full screen and hiding your mouse cursor.
14414 </message> 14412 </message>
14415 <message name="IDS_FULLSCREEN_SITE_ENTERED_MOUSELOCK" desc="Text displayed i n the bubble to inform the user that the page has locked the mouse."> 14413 <message name="IDS_FULLSCREEN_SITE_ENTERED_MOUSELOCK" desc="Text displayed i n the bubble to inform the user that the page has locked the mouse.">
14416 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> is hiding your mou se cursor. 14414 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> is hiding your mou se cursor.
14417 </message> 14415 </message>
14418 <message name="IDS_FULLSCREEN_ENTERED_MOUSELOCK" desc="Text displayed in the bubble to inform the user that the page has locked the mouse."> 14416 <message name="IDS_FULLSCREEN_ENTERED_MOUSELOCK" desc="Text displayed in the bubble to inform the user that the page has locked the mouse.">
14419 This page is hiding your mouse cursor. 14417 This page is hiding your mouse cursor.
14420 </message> 14418 </message>
14421 <message name="IDS_FULLSCREEN_PRESS_ESC_TO_EXIT" desc="Text displayed in the bubble to tell users how to return to normal mode"> 14419 <message name="IDS_FULLSCREEN_PRESS_ESC_TO_EXIT" desc="Text displayed in the bubble to tell users how to return to normal mode">
14422 Press Esc to exit. 14420 Press <ph name="ACCELERATOR">$1<ex>Esc</ex></ph> to exit.
14423 </message> 14421 </message>
14424 <message name="IDS_FULLSCREEN_ALLOW" desc="Text in the bubble button that gr ants permission for a site to enter fullscreen and/or lock the mouse."> 14422 <message name="IDS_FULLSCREEN_ALLOW" desc="Text in the bubble button that gr ants permission for a site to enter fullscreen and/or lock the mouse.">
14425 Allow 14423 Allow
14426 </message> 14424 </message>
14427 <message name="IDS_FULLSCREEN_EXIT_FULLSCREEN" desc="Text in the bubble butt on that forces a webpage out of fullscreen mode."> 14425 <message name="IDS_FULLSCREEN_EXIT_FULLSCREEN" desc="Text in the bubble butt on that forces a webpage out of fullscreen mode.">
14428 Exit full screen 14426 Exit full screen
14429 </message> 14427 </message>
14430 <message name="IDS_FULLSCREEN_EXIT" desc="Text in the bubble button that den ies to lock the mouse and forces a webpage out of fullscreen mode."> 14428 <message name="IDS_FULLSCREEN_EXIT" desc="Text in the bubble button that den ies to lock the mouse and forces a webpage out of fullscreen mode.">
14431 Exit 14429 Exit
14432 </message> 14430 </message>
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
14614 </messages> 14612 </messages>
14615 <structures fallback_to_english="true"> 14613 <structures fallback_to_english="true">
14616 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14614 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14617 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14615 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14618 </structure> 14616 </structure>
14619 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14617 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14620 </structure> 14618 </structure>
14621 </structures> 14619 </structures>
14622 </release> 14620 </release>
14623 </grit> 14621 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698