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

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

Issue 9353010: Add FullscreenController::ToggleFullscreenModeWithExtension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Show "An extension triggered full screen." when the extension's name is not available. Created 8 years, 10 months 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/chromeos/login/screen_locker.cc » ('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 14763 matching lines...) Expand 10 before | Expand all | Expand 10 after
14774 </message> 14774 </message>
14775 <message name="IDS_ENTERPRISE_ENROLLMENT_CANCEL_AUTO_GO_BACK" desc="Text o n the button that goes back to enrollment from the confirmation dialog."> 14775 <message name="IDS_ENTERPRISE_ENROLLMENT_CANCEL_AUTO_GO_BACK" desc="Text o n the button that goes back to enrollment from the confirmation dialog.">
14776 Back 14776 Back
14777 </message> 14777 </message>
14778 </if> 14778 </if>
14779 14779
14780 <!-- Fullscreen Strings --> 14780 <!-- Fullscreen Strings -->
14781 <message name="IDS_FULLSCREEN_USER_ENTERED_FULLSCREEN" desc="Message for the user telling them that they have entered fullscreen mode."> 14781 <message name="IDS_FULLSCREEN_USER_ENTERED_FULLSCREEN" desc="Message for the user telling them that they have entered fullscreen mode.">
14782 You have gone full screen. 14782 You have gone full screen.
14783 </message> 14783 </message>
14784 <message name="IDS_FULLSCREEN_EXTENSION_TRIGGERED_FULLSCREEN" desc="Message for the user telling them that an extension triggered fullscreen mode.">
14785 <ph name="EXTENSION_NAME">$1<ex>MyExtension</ex></ph> triggered full scree n.
14786 </message>
14787 <message name="IDS_FULLSCREEN_UNKNOWN_EXTENSION_TRIGGERED_FULLSCREEN" desc=" Message for the user telling them that an extension whose name is unknown trigge red fullscreen mode.">
14788 An extension triggered full screen.
14789 </message>
14784 <message name="IDS_FULLSCREEN_SITE_ENTERED_FULLSCREEN" desc="Text displayed in the bubble when a page has gone fullscreen. (With a domain URL to display)"> 14790 <message name="IDS_FULLSCREEN_SITE_ENTERED_FULLSCREEN" desc="Text displayed in the bubble when a page has gone fullscreen. (With a domain URL to display)">
14785 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> is now full screen . 14791 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> is now full screen .
14786 </message> 14792 </message>
14787 <message name="IDS_FULLSCREEN_ENTERED_FULLSCREEN" desc="Text displayed in th e bubble when a page has gone fullscreen. (No domain to be shown, e.g. from file system page)"> 14793 <message name="IDS_FULLSCREEN_ENTERED_FULLSCREEN" desc="Text displayed in th e bubble when a page has gone fullscreen. (No domain to be shown, e.g. from file system page)">
14788 This page is now full screen. 14794 This page is now full screen.
14789 </message> 14795 </message>
14790 <message name="IDS_FULLSCREEN_SITE_REQUEST_FULLSCREEN_MOUSELOCK" desc="Text displayed in the bubble that requests permission for staying in fullscreen mode and locking the mouse. (With a domain URL to display)"> 14796 <message name="IDS_FULLSCREEN_SITE_REQUEST_FULLSCREEN_MOUSELOCK" desc="Text displayed in the bubble that requests permission for staying in fullscreen mode and locking the mouse. (With a domain URL to display)">
14791 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> is now full screen and wants to disable your mouse cursor. 14797 <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> is now full screen and wants to disable your mouse cursor.
14792 </message> 14798 </message>
14793 <message name="IDS_FULLSCREEN_REQUEST_FULLSCREEN_MOUSELOCK" desc="Text displ ayed in the bubble that requests permission for staying in fullscreen mode and l ocking the mouse. (No domain to be shown, e.g. from filesystem page)"> 14799 <message name="IDS_FULLSCREEN_REQUEST_FULLSCREEN_MOUSELOCK" desc="Text displ ayed in the bubble that requests permission for staying in fullscreen mode and l ocking the mouse. (No domain to be shown, e.g. from filesystem page)">
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
15065 </messages> 15071 </messages>
15066 <structures fallback_to_english="true"> 15072 <structures fallback_to_english="true">
15067 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15073 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15068 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15074 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15069 </structure> 15075 </structure>
15070 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15076 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15071 </structure> 15077 </structure>
15072 </structures> 15078 </structures>
15073 </release> 15079 </release>
15074 </grit> 15080 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screen_locker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698